@font-face {
    font-family: 'Signika Negative';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Signika Negative Light"),local("SignikaNegative-Light"),url("fonts/signika-negative/signika-negative-v6-latin-300.woff2") format("woff2"),url("fonts/signika-negative/signika-negative-v6-latin-300.woff") format("woff")
}

@font-face {
    font-family: 'Signika Negative';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Signika Negative Regular"),local("SignikaNegative-Regular"),url("fonts/signika-negative/signika-negative-v6-latin-regular.woff2") format("woff2"),url("fonts/signika-negative/signika-negative-v6-latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Signika Negative';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Signika Negative SemiBold"),local("SignikaNegative-SemiBold"),url("fonts/signika-negative/signika-negative-v6-latin-600.woff2") format("woff2"),url("fonts/signika-negative/signika-negative-v6-latin-600.woff") format("woff")
}

@font-face {
    font-family: 'Signika Negative';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Signika Negative Bold"),local("SignikaNegative-Bold"),url("fonts/signika-negative/signika-negative-v6-latin-700.woff2") format("woff2"),url("fonts/signika-negative/signika-negative-v6-latin-700.woff") format("woff")
}

:root {
    --color-1-contrast-color: white;
    --color-2-contrast-color: white
}

html,body {
    padding: 0;
    position: relative;
    margin: 0;
    height: 100%;
    background: white;
    -webkit-font-smoothing: antialiased
}

body {
    -webkit-text-size-adjust: none
}

#logo h1,.logo h1 {
    font-size: 0;
    padding: 0
}

.centered {
    text-align: center
}

h1,h2,h3,p,a,img {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: none
}

.full {
    width: 100%;
    font-size: 0;
    position: relative
}

.wrapper {
    position: relative;
    margin: 0 auto 0;
    width: 95%;
    font-size: 0
}

*:focus {
    outline: none
}

.link[href=""],.link-img[href=""] {
    cursor: default
}

th[align='center'] {
    text-align: center !important
}

a {
    color: #383838
}

[v-cloak] {
    display: none !important
}

.sticky,.sticky_i {
    display: block
}

#preview-bar {
    display: block;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px 35px;
    color: white;
    background: #db2e2f;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    z-index: 9999;
    text-align: center
}

@media (max-width: 1024px) {
    #preview-bar {
        font-size:14px
    }
}

@media (max-width: 740px) {
    #preview-bar {
        font-size:13px
    }
}

#agency_logos_wrapper {
    position: relative;
    display: inline-block
}

#agency_logos {
    position: relative;
    display: inline-block
}

.agency_logos_text,.agency_logo_webhero {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-weight: 300
}

.agency_logos_text.white,.agency_logo_webhero.white {
    color: white
}

.agency_logos_text {
    padding: 0;
    margin-right: 0
}

.agency_logo_webhero {
    padding: 6px
}

.agency_logo_webhero span {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.body__loaded .agency_logo_webhero span {
    background-image: url("../images/layout/webhero-icon-zwart.svg")
}

.body__loaded .agency_logo_webhero.white span {
    background-image: url("../images/layout/webhero-icon-wit.svg")
}

.share-menu {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 0
}

.share-menu h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    color: #383838;
    text-align: center;
    padding-bottom: 15px
}

.share-menu a {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    background-size: cover
}

.share-menu div {
    display: inline-block;
    vertical-align: middle
}

#menu a {
    text-decoration: none
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Material Icons"),local("MaterialIcons-Regular"),url("fonts/materialicons/MaterialIcons-Regular.woff2") format("woff2"),url("fonts/materialicons/MaterialIcons-Regular.woff") format("woff")
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    opacity: 0;
    animation: contentscale 0.4s ease-in-out forwards 0.2s;
    -webkit-animation: contentscale 0.4s ease-in-out forwards 0.2s
}

@keyframes contentscale {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes contentscale {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.background_image {
    background-size: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.background_image.contain {
    background-size: contain
}

[data-src] {
    opacity: 0
}

[data-src].loaded {
    opacity: 1
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    [data-src].no_img_on_phone {
        background-size:0;
        background-image: none !important
    }
}

.fancybox-thumbs img {
    opacity: 1
}

#view_message,.default__message {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    z-index: 2
}

#notific {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    text-align: center
}

#notific #notific-i {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 20px
}

#notific #notific-i.code-0 {
    background: rgba(0,0,0,0.15)
}

#notific #notific-i.code-1 {
    background: #89c687
}

#notific #notific-i.code-2 {
    background: #e46460
}

#notific #notific-i span {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: white
}

@media (min-width: 1400px) {
    #notific #notific-i {
        padding:16px 40px
    }

    #notific #notific-i span {
        font-size: 21px
    }
}

#footer_badges_w {
    position: relative;
    display: block
}

#footer_badges {
    position: relative;
    display: block;
    text-align: center
}

.footer_badge {
    position: relative;
    display: inline-block;
    margin: 9px;
    vertical-align: middle
}

@media (max-width: 800px) {
    .footer_badge {
        margin:7px
    }
}

.footer_badge[href=""] {
    cursor: default
}

.footer_badge img {
    position: relative;
    display: block;
    width: 50px
}

@media (max-width: 800px) {
    .footer_badge img {
        width:44px
    }
}

.home_description p,.extra__footer__txt p {
    padding-bottom: 12px
}

.home_description a,.extra__footer__txt a {
    display: inline
}

.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.fr-view a:not(.button) {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    vertical-align: bottom
}

.sitemap-view ul li a {
    display: block;
    min-height: 35px;
    text-decoration: underline;
    text-decoration-thickness: 1px
}

.sitemap-view ul li a:hover {
    text-decoration-thickness: 2px !important
}

@media (max-width: 740px) {
    .sitemap-view ul li a {
        min-height:48px
    }
}

.fr-view ul a:not(.button),.fr-view ol a:not(.button) {
    vertical-align: top
}

.fr-view span[style~="color:"] a {
    color: inherit
}

.fr-view strong {
    font-weight: 700
}

.fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto
}

.fr-view .table__wrapper {
    overflow-x: auto
}

.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th {
    border-style: dashed
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: rgba(0,0,0,0.04)
}

.fr-view table td,.fr-view table th {
    /* border:1px solid rgba(0,0,0,0.13); */
    padding: 2px 5px
}

.fr-view table td:empty,.fr-view table th:empty {
    height: 20px
}

.fr-view table th {
    background: rgba(0,0,0,0.12)
}

.fr-view table.fr-invisible-borders td,.fr-view table.fr-invisible-borders th {
    border-color: transparent
}

.fr-view hr {
    clear: both;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always
}

.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase
}

.fr-view img {
    position: relative;
    max-width: 100%
}

.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view .fr-video {
    position: relative
}

.fr-view .fr-video>* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: none
}

.fr-view .fr-video--default-center {
    text-align: center
}

.fr-view .fr-video--default-center iframe {
    display: inline-block
}

.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right
}

.fr-view .fr-video.fr-dvi {
    display: inline-block
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right
}

.fr-view a.fr-strong {
    font-weight: 700
}

a.fr-view.fr-strong {
    font-weight: 700
}

img.fr-view {
    position: relative;
    max-width: 100%
}

img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-wrapper h1,.fr-wrapper .h1,.fr-dropdown-list li h1,.fr-dropdown-list li .h1 {
    font-size: 25px;
    text-align: left;
    position: relative;
    display: block;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3em;
    margin-bottom: 15px;
    margin-top: 0
}

@media (max-width: 800px) {
    .fr-wrapper h1,.fr-wrapper .h1,.fr-dropdown-list li h1,.fr-dropdown-list li .h1 {
        font-size:3.2vw
    }
}

@media (max-width: 740px) {
    .fr-wrapper h1,.fr-wrapper .h1,.fr-dropdown-list li h1,.fr-dropdown-list li .h1 {
        font-size:20px
    }
}

.fr-wrapper h1.line_under,.fr-wrapper .h1.line_under,.fr-dropdown-list li h1.line_under,.fr-dropdown-list li .h1.line_under {
    padding-bottom: 1.4vw
}

.fr-wrapper h1.line_under:before,.fr-wrapper .h1.line_under:before,.fr-dropdown-list li h1.line_under:before,.fr-dropdown-list li .h1.line_under:before {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.06)
}

.fr-wrapper h1.centered,.fr-wrapper .h1.centered,.fr-dropdown-list li h1.centered,.fr-dropdown-list li .h1.centered {
    text-align: center
}

.fr-wrapper h1:last-child,.fr-wrapper .h1:last-child,.fr-dropdown-list li h1:last-child,.fr-dropdown-list li .h1:last-child {
    margin-bottom: 0
}

@media (max-width: 800px) {
    .fr-wrapper h1,.fr-wrapper .h1,.fr-dropdown-list li h1,.fr-dropdown-list li .h1 {
        margin-bottom:3.5vw
    }
}

.fr-wrapper h2,.fr-wrapper .h2,.fr-dropdown-list li h2,.fr-dropdown-list li .h2 {
    padding: 0;
    font-weight: 500;
    font-size: 22px;
    position: relative;
    display: block;
    line-height: 1.4em;
    letter-spacing: 0;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px
}

.fr-wrapper h2:last-child,.fr-wrapper .h2:last-child,.fr-dropdown-list li h2:last-child,.fr-dropdown-list li .h2:last-child {
    margin-bottom: 0
}

@media (max-width: 800px) {
    .fr-wrapper h2,.fr-wrapper .h2,.fr-dropdown-list li h2,.fr-dropdown-list li .h2 {
        font-size:2.4vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    .fr-wrapper h2,.fr-wrapper .h2,.fr-dropdown-list li h2,.fr-dropdown-list li .h2 {
        font-size:18px
    }
}

.fr-wrapper h3,.fr-wrapper .h3,.fr-dropdown-list li h3,.fr-dropdown-list li .h3 {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    display: block;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    letter-spacing: 0
}

.fr-wrapper h3:before,.fr-wrapper .h3:before,.fr-dropdown-list li h3:before,.fr-dropdown-list li .h3:before {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.06)
}

.fr-wrapper h3:last-child,.fr-wrapper .h3:last-child,.fr-dropdown-list li h3:last-child,.fr-dropdown-list li .h3:last-child {
    margin-bottom: 0
}

@media (max-width: 800px) {
    .fr-wrapper h3,.fr-wrapper .h3,.fr-dropdown-list li h3,.fr-dropdown-list li .h3 {
        font-size:2.2vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    .fr-wrapper h3,.fr-wrapper .h3,.fr-dropdown-list li h3,.fr-dropdown-list li .h3 {
        font-size:16px
    }
}

.fr-wrapper h4,.fr-wrapper .h4,.fr-dropdown-list li h4,.fr-dropdown-list li .h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
    letter-spacing: 0;
    margin-bottom: 15px
}

.fr-wrapper h4:last-child,.fr-wrapper .h4:last-child,.fr-dropdown-list li h4:last-child,.fr-dropdown-list li .h4:last-child {
    margin-bottom: 0
}

@media (max-width: 800px) {
    .fr-wrapper h4,.fr-wrapper .h4,.fr-dropdown-list li h4,.fr-dropdown-list li .h4 {
        font-size:2.7vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    .fr-wrapper h4,.fr-wrapper .h4,.fr-dropdown-list li h4,.fr-dropdown-list li .h4 {
        font-size:14.5px
    }
}

.fr-wrapper h5,.fr-wrapper .h5,.fr-dropdown-list li h5,.fr-dropdown-list li .h5 {
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 0
}

.fr-wrapper h5:last-child,.fr-wrapper .h5:last-child,.fr-dropdown-list li h5:last-child,.fr-dropdown-list li .h5:last-child {
    margin-bottom: 0
}

@media (max-width: 800px) {
    .fr-wrapper h5,.fr-wrapper .h5,.fr-dropdown-list li h5,.fr-dropdown-list li .h5 {
        font-size:2.3vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    .fr-wrapper h5,.fr-wrapper .h5,.fr-dropdown-list li h5,.fr-dropdown-list li .h5 {
        font-size:13.5px
    }
}

.fr-wrapper h6,.fr-wrapper .h6,.fr-dropdown-list li h6,.fr-dropdown-list li .h6 {
    background: rgba(0,0,0,0.05);
    padding: 20px 25px
}

.fr-wrapper p,.fr-wrapper ul,.fr-wrapper ol,.fr-wrapper td,.fr-wrapper th,.fr-wrapper h6,.fr-dropdown-list li p,.fr-dropdown-list li ul,.fr-dropdown-list li ol,.fr-dropdown-list li td,.fr-dropdown-list li th,.fr-dropdown-list li h6 {
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left
}

.fr-wrapper p a,.fr-wrapper ul a,.fr-wrapper ol a,.fr-wrapper td a,.fr-wrapper th a,.fr-wrapper h6 a,.fr-dropdown-list li p a,.fr-dropdown-list li ul a,.fr-dropdown-list li ol a,.fr-dropdown-list li td a,.fr-dropdown-list li th a,.fr-dropdown-list li h6 a {
    text-decoration: underline
}

.fr-wrapper p strong,.fr-wrapper ul strong,.fr-wrapper ol strong,.fr-wrapper td strong,.fr-wrapper th strong,.fr-wrapper h6 strong,.fr-dropdown-list li p strong,.fr-dropdown-list li ul strong,.fr-dropdown-list li ol strong,.fr-dropdown-list li td strong,.fr-dropdown-list li th strong,.fr-dropdown-list li h6 strong {
    font-weight: 700
}

.fr-wrapper p:last-child,.fr-wrapper ul:last-child,.fr-wrapper ol:last-child,.fr-wrapper td:last-child,.fr-wrapper th:last-child,.fr-wrapper h6:last-child,.fr-dropdown-list li p:last-child,.fr-dropdown-list li ul:last-child,.fr-dropdown-list li ol:last-child,.fr-dropdown-list li td:last-child,.fr-dropdown-list li th:last-child,.fr-dropdown-list li h6:last-child {
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .fr-wrapper p,.fr-wrapper ul,.fr-wrapper ol,.fr-wrapper td,.fr-wrapper th,.fr-wrapper h6,.fr-dropdown-list li p,.fr-dropdown-list li ul,.fr-dropdown-list li ol,.fr-dropdown-list li td,.fr-dropdown-list li th,.fr-dropdown-list li h6 {
        font-size:1.3vw
    }
}

@media (max-width: 800px) {
    .fr-wrapper p,.fr-wrapper ul,.fr-wrapper ol,.fr-wrapper td,.fr-wrapper th,.fr-wrapper h6,.fr-dropdown-list li p,.fr-dropdown-list li ul,.fr-dropdown-list li ol,.fr-dropdown-list li td,.fr-dropdown-list li th,.fr-dropdown-list li h6 {
        font-size:1.65vw;
        margin-bottom: 3vw
    }
}

@media (max-width: 740px) {
    .fr-wrapper p,.fr-wrapper ul,.fr-wrapper ol,.fr-wrapper td,.fr-wrapper th,.fr-wrapper h6,.fr-dropdown-list li p,.fr-dropdown-list li ul,.fr-dropdown-list li ol,.fr-dropdown-list li td,.fr-dropdown-list li th,.fr-dropdown-list li h6 {
        font-size:12.5px;
        margin-bottom: 5vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .fr-wrapper p,.fr-wrapper ul,.fr-wrapper ol,.fr-wrapper td,.fr-wrapper th,.fr-wrapper h6,.fr-dropdown-list li p,.fr-dropdown-list li ul,.fr-dropdown-list li ol,.fr-dropdown-list li td,.fr-dropdown-list li th,.fr-dropdown-list li h6 {
        font-size:12px;
        margin-bottom: 5vw;
        line-height: 1.7em
    }
}

.fr-wrapper p.date,.fr-wrapper ul.date,.fr-wrapper ol.date,.fr-wrapper td.date,.fr-wrapper th.date,.fr-wrapper h6.date,.fr-dropdown-list li p.date,.fr-dropdown-list li ul.date,.fr-dropdown-list li ol.date,.fr-dropdown-list li td.date,.fr-dropdown-list li th.date,.fr-dropdown-list li h6.date {
    font-style: italic;
    margin-bottom: 5px;
    color: rgba(0,0,0,0.37)
}

.fr-wrapper p.date span,.fr-wrapper ul.date span,.fr-wrapper ol.date span,.fr-wrapper td.date span,.fr-wrapper th.date span,.fr-wrapper h6.date span,.fr-dropdown-list li p.date span,.fr-dropdown-list li ul.date span,.fr-dropdown-list li ol.date span,.fr-dropdown-list li td.date span,.fr-dropdown-list li th.date span,.fr-dropdown-list li h6.date span {
    font-size: 0.8em
}

.fr-wrapper ul,.fr-wrapper ol,.fr-dropdown-list li ul,.fr-dropdown-list li ol {
    padding-left: 20px
}

.fr-wrapper ul,.fr-dropdown-list li ul {
    padding: 0 0 0 15px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 5px;
    line-height: 1.4em
}

.fr-wrapper li,.fr-dropdown-list li li {
    line-height: 2em
}

.fr-wrapper img,.fr-wrapper iframe,.fr-wrapper object,.fr-wrapper video,.fr-dropdown-list li img,.fr-dropdown-list li iframe,.fr-dropdown-list li object,.fr-dropdown-list li video {
    max-width: 100%
}

.fr-wrapper a,.fr-dropdown-list li a {
    word-break: break-all
}

.froala__button--wrapper {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1em;
    text-align: left
}

.froala__button--wrapper:last-child {
    margin-bottom: 0
}

.fr-view .froala__button,.home_description .froala__button,.extra__footer__txt .froala__button,.event_form_message .froala__button,.page__intro__html .froala__button {
    position: relative;
    padding: 15px;
    color: white;
    font-size: 1em;
    font-weight: 500;
    display: inline-block;
    text-decoration: none
}

.fr-view .froala__button:hover,.home_description .froala__button:hover,.extra__footer__txt .froala__button:hover,.event_form_message .froala__button:hover,.page__intro__html .froala__button:hover {
    text-decoration: none
}

.fr-view .froala__button *:not(.froala__button__span),.fr-view .froala__button span,.fr-view .froala__button p,.fr-view .froala__button div,.fr-view .froala__button h1,.fr-view .froala__button h2,.fr-view .froala__button h3,.fr-view .froala__button h4,.fr-view .froala__button h5,.fr-view .froala__button h6,.home_description .froala__button *:not(.froala__button__span),.home_description .froala__button span,.home_description .froala__button p,.home_description .froala__button div,.home_description .froala__button h1,.home_description .froala__button h2,.home_description .froala__button h3,.home_description .froala__button h4,.home_description .froala__button h5,.home_description .froala__button h6,.extra__footer__txt .froala__button *:not(.froala__button__span),.extra__footer__txt .froala__button span,.extra__footer__txt .froala__button p,.extra__footer__txt .froala__button div,.extra__footer__txt .froala__button h1,.extra__footer__txt .froala__button h2,.extra__footer__txt .froala__button h3,.extra__footer__txt .froala__button h4,.extra__footer__txt .froala__button h5,.extra__footer__txt .froala__button h6,.event_form_message .froala__button *:not(.froala__button__span),.event_form_message .froala__button span,.event_form_message .froala__button p,.event_form_message .froala__button div,.event_form_message .froala__button h1,.event_form_message .froala__button h2,.event_form_message .froala__button h3,.event_form_message .froala__button h4,.event_form_message .froala__button h5,.event_form_message .froala__button h6,.page__intro__html .froala__button *:not(.froala__button__span),.page__intro__html .froala__button span,.page__intro__html .froala__button p,.page__intro__html .froala__button div,.page__intro__html .froala__button h1,.page__intro__html .froala__button h2,.page__intro__html .froala__button h3,.page__intro__html .froala__button h4,.page__intro__html .froala__button h5,.page__intro__html .froala__button h6 {
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 1em
}

.froala__button.bg_color_1 .froala__button__span {
    color: var(--color-1-contrast-color) !important
}

.froala__button.bg_color_2 .froala__button__span {
    color: var(--color-2-contrast-color) !important
}

.fr-view .froala__button:not(.froala__button--big),.event_form_message .froala__button:not(.froala__button--big) {
    margin-bottom: 5px
}

.fr-view .froala__button.froala__button--big,.home_description .froala__button.froala__button--big,.extra__footer__txt .froala__button.froala__button--big,.event_form_message .froala__button.froala__button--big,.page__intro__html .froala__button.froala__button--big {
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

.froala__button.froala__button__background {
    padding: 0 !important
}

.froala__button__background+.froala__button__background {
    margin-left: 15px
}

.fr-view .froala__button.froala__button__span {
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    background: none;
    background-color: transparent
}

.fr-view .froala__button.froala__button__span+* {
    display: none !important
}

.fr-view img.amp_emoticon,.text_styles img.amp_emoticon,.event_form_message img.amp_emoticon,.page_text .page_text_i img.amp_emoticon {
    margin-bottom: 0 !important;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    position: relative;
    opacity: 1;
    border: 0 !important;
    padding: 0 !important
}

.fr-view-popup .fr-view * {
    text-align: center
}

.fr-view .text__special-block {
    position: relative;
    display: block;
    padding: 6% 8%;
    margin-bottom: 25px
}

.fr-view .text__special-block:last-child {
    margin-bottom: 0
}

.fr-view a:not(.froala__button) em {
    padding-right: 2px
}

.fr-view .text__quote-block {
    position: relative;
    display: block;
    padding: 35px 50px 35px 40px;
    margin-bottom: 25px;
    border-left: 4px solid rgba(0,0,0,0.05);
    border-top: 4px solid rgba(0,0,0,0.05)
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .fr-view .text__quote-block {
        padding:30px 40px 30px 30px
    }
}

.fr-view .text__quote-block * {
    opacity: 0.55;
    font-style: italic
}

.fr-view .text__quote-block:last-child {
    margin-bottom: 0
}

.fr-view .text__quote-block:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10px;
    left: auto;
    background: url("../images/icons/text-quote.svg") no-repeat right bottom;
    background-size: contain;
    width: 50px
}

.fr-view .text__special-block--grey {
    background: rgba(0,0,0,0.05)
}

.fr-view .text__special-block--colored.bg_color_1 * {
    color: var(--color-1-contrast-color)
}

.fr-view .text__special-block--colored.bg_color_2 * {
    color: var(--color-2-contrast-color)
}

.page__intro__html p {
    padding: 0 0 0.5em;
    text-align: inherit;
    display: block;
    line-height: 1.4em
}

.froala__pagepart__columns {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    position: relative
}

@media (max-width: 1024px) {
    .froala__pagepart__columns {
        flex-wrap:wrap
    }
}

.froala__pagepart__column {
    width: calc(50% - 15px);
    position: relative;
    margin-bottom: 30px
}

@media (max-width: 740px) {
    .froala__pagepart__column {
        width:100%
    }
}

.froala__pagepart__column--big {
    width: calc(65% - 15px)
}

@media (max-width: 740px) {
    .froala__pagepart__column--big {
        width:100%
    }
}

.froala__pagepart__column--small {
    width: calc(35% - 15px)
}

@media (max-width: 740px) {
    .froala__pagepart__column--small {
        width:100%
    }
}

.froala__pagepart__column--thirds {
    width: calc(33.3333% - 15px)
}

@media (max-width: 740px) {
    .froala__pagepart__column--thirds {
        width:100%
    }
}

.froala__pagepart__column--fourths {
    width: calc(25% - 15px)
}

@media (max-width: 1024px) {
    .froala__pagepart__column--fourths {
        width:calc(50% - 15px)
    }
}

@media (max-width: 740px) {
    .froala__pagepart__column--fourths {
        width:100%
    }
}

.froala__pagepart__column--fifths {
    width: calc(20% - 15px)
}

@media (max-width: 800px) {
    .froala__pagepart__column--fifths {
        width:calc(50% - 15px)
    }
}

@media (max-width: 740px) {
    .froala__pagepart__column--fifths {
        width:100%
    }
}

.rating_stars {
    position: relative;
    display: block
}

.rating_star {
    position: relative;
    display: inline-block;
    color: #ffcd00;
    margin-bottom: 12px
}

.rating_star i {
    font-size: 18px;
    position: relative;
    display: block
}

.rating_star.rating_star_grey {
    color: rgba(0,0,0,0.1)
}

#back_to_top_btn {
    z-index: 88;
    cursor: pointer;
    border-radius: 5px;
    display: none;
    background: rgba(0,0,0,0.08);
    position: fixed;
    top: auto;
    right: 20px;
    bottom: 35px;
    left: auto
}

#back_to_top_btn.back_to_top_btn_left {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 25px;
    left: 20px
}

@media (max-width: 1024px) {
    #back_to_top_btn {
        position:fixed;
        top: auto;
        right: 12px;
        bottom: 55px;
        left: auto
    }

    #back_to_top_btn.back_to_top_btn_left {
        position: fixed;
        top: auto;
        right: auto;
        bottom: 55px;
        left: 12px
    }
}

@media (max-width: 740px) {
    #back_to_top_btn {
        position:fixed;
        top: auto;
        right: 15px;
        bottom: 15px;
        left: auto
    }

    #back_to_top_btn.back_to_top_btn_left,#back_to_top_btn.back_to_top_btn_phone_left {
        position: fixed;
        top: auto;
        right: auto;
        bottom: 15px;
        left: 15px
    }

    #back_to_top_btn.back_to_top_btn_nophone {
        display: none !important
    }
}

#back_to_top_btn span {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 35px;
    height: 35px
}

@media (min-width: 1900px) {
    #back_to_top_btn span {
        width:50px
    }
}

@media (min-width: 1900px) {
    #back_to_top_btn span {
        height:50px
    }
}

#back_to_top_btn i {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    color: rgba(0,0,0,0.5)
}

@media (min-width: 1900px) {
    #back_to_top_btn i {
        font-size:32px
    }
}

#back_to_top_btn:hover {
    background: rgba(0,0,0,0.15)
}

#back_to_top_btn.show {
    display: block
}

#back_to_top_btn.back_to_top_btn_white {
    background: rgba(255,255,255,0.1)
}

#back_to_top_btn.back_to_top_btn_white:hover {
    background: rgba(255,255,255,0.2)
}

#back_to_top_btn.back_to_top_btn_white i {
    color: rgba(255,255,255,0.7)
}

#newsletter_check {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding-top: 5px;
    position: relative
}

#newsletter_check input {
    position: relative;
    display: block;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: 8px !important;
    width: auto;
    margin-left: 0 !important
}

#newsletter_check #newsletter_check_label {
    position: relative;
    display: block;
    width: auto;
    font-size: 13px;
    text-align: left;
    font-weight: 300;
    line-height: 1.2em
}

#newsletter_check #newsletter_check_label a {
    text-decoration: underline
}

#newsletter_message {
    position: relative;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ffcfcc;
    color: #cd504b;
    font-weight: 400;
    background: #ffe4e8;
    text-align: center
}

#newsletter_message.newsletter_message_success {
    border: 1px solid #cbffcd;
    color: #699771;
    background: #e4ffea
}

#newsletter_message.newsletter_message_full {
    display: block
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
    transition-delay: 10000s
}

.loading-animation__pulse {
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation-iteration-count: infinite;
    animation-duration: 0.75s;
    animation-name: v-pulseStretchDelay;
    display: inline-block;
    border-radius: 100%;
    margin: 2px;
    height: 12px;
    width: 12px;
    background-color: rgba(0,0,0,0.2);
    animation-delay: 0.12s
}

.loading-animation__pulse--2 {
    animation-delay: 0.24s
}

.loading-animation__pulse--3 {
    animation-delay: 0.36s
}

.loading-animation {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 0
}

@-webkit-keyframes v-pulseStretchDelay {
    0%,80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-opacity: 1;
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        -webkit-opacity: 0.7;
        opacity: 0.7;
    }
}

@keyframes v-pulseStretchDelay {
    0%,80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-opacity: 1;
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        -webkit-opacity: 0.7;
        opacity: 0.7;
    }
}

.custom__popup__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
    width: 100vw;
    height: 100vh;
    display: none
}

.custom__popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.custom__popup__box {
    width: 550px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    background: white;
    box-sizing: border-box;
    padding: 50px 45px 20px;
    border-radius: 3px;
    position: relative;
    opacity: 0;
    margin-top: 60px;
    transition: all .3s ease-in-out;
    box-shadow: 0px 48px 72px -27px rgba(0,0,0,0.2)
}

[data-part='popup'] .text_styles .custom__popup__text h1,[data-part='popup'] .event_form_message .custom__popup__text h1,[data-part='popup'] .page_text .page_text_i .custom__popup__text h1,.page_text [data-part='popup'] .page_text_i .custom__popup__text h1,[data-part='popup'] .text_styles .custom__popup__text h2,[data-part='popup'] .event_form_message .custom__popup__text h2,[data-part='popup'] .page_text .page_text_i .custom__popup__text h2,.page_text [data-part='popup'] .page_text_i .custom__popup__text h2,[data-part='popup'] .text_styles .custom__popup__text h3,[data-part='popup'] .event_form_message .custom__popup__text h3,[data-part='popup'] .page_text .page_text_i .custom__popup__text h3,.page_text [data-part='popup'] .page_text_i .custom__popup__text h3,[data-part='popup'] .text_styles .custom__popup__text h4,[data-part='popup'] .event_form_message .custom__popup__text h4,[data-part='popup'] .page_text .page_text_i .custom__popup__text h4,.page_text [data-part='popup'] .page_text_i .custom__popup__text h4,[data-part='popup'] .text_styles .custom__popup__text h5,[data-part='popup'] .event_form_message .custom__popup__text h5,[data-part='popup'] .page_text .page_text_i .custom__popup__text h5,.page_text [data-part='popup'] .page_text_i .custom__popup__text h5,[data-part='popup'] .text_styles .custom__popup__text h6,[data-part='popup'] .event_form_message .custom__popup__text h6,[data-part='popup'] .page_text .page_text_i .custom__popup__text h6,.page_text [data-part='popup'] .page_text_i .custom__popup__text h6 {
    color: white
}

[data-part='popup'] .text_styles .custom__popup__text p,[data-part='popup'] .event_form_message .custom__popup__text p,[data-part='popup'] .page_text .page_text_i .custom__popup__text p,.page_text [data-part='popup'] .page_text_i .custom__popup__text p {
    color: rgba(255,255,255,0.64)
}

[data-part='popup'] .text_styles .custom__popup__text a,[data-part='popup'] .event_form_message .custom__popup__text a,[data-part='popup'] .page_text .page_text_i .custom__popup__text a,.page_text [data-part='popup'] .page_text_i .custom__popup__text a {
    color: white
}

[data-part='popup'] .custom__popup__title {
    font-size: 35px;
    color: white;
    line-height: 1.3em
}

@media (max-width: 740px) {
    [data-part='popup'] .custom__popup__title {
        font-size:30px
    }
}

[data-part='popup'] .custom__popup__close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 10px 15px;
    color: rgba(255,255,255,0.6);
    font-size: 25px;
    cursor: pointer;
    text-decoration: none
}

[data-part='popup'] .text_styles .custom__popup__close__text,[data-part='popup'] .event_form_message .custom__popup__close__text,[data-part='popup'] .page_text .page_text_i .custom__popup__close__text,.page_text [data-part='popup'] .page_text_i .custom__popup__close__text {
    font-size: 1em;
    color: rgba(255,255,255,0.6);
    margin-top: 1.8em;
    padding: 5px;
    cursor: pointer
}

[data-part='popup'] .custom__popup__text .froala__button {
    box-shadow: 0 3px 8px 1px rgba(0,0,0,0.08)
}

[data-part='popup'] span.froala__button.froala__button__background.bg_color_1 a.froala__button.froala__button__span {
    color: var(--color-1-contrast-color) !important
}

[data-part='popup'] span.froala__button.froala__button__background.bg_color_2 a.froala__button.froala__button__span {
    color: var(--color-2-contrast-color) !important
}

.custom__popup__shown .custom__popup__box {
    margin-top: 0;
    opacity: 1
}

body .buorg {
    background-color: white;
    border-top: 0;
    border-bottom: 0;
    font-size: 16px
}

body #buorgig,body #buorgul,body #buorgpermanent {
    box-shadow: none;
    font-size: 14px;
    padding: 4px 10px
}

body #buorgig,body #buorgpermanent {
    background-color: rgba(0,0,0,0.06);
    color: black
}

body #buorgul {
    background-color: var(--color-2);
    color: var(--color-2-contrast-color)
}

body .buorg-buttons {
    padding-top: 7px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0;
    background-color: transparent
}

::-webkit-scrollbar {
    width: 6px;
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.15)
}

.texture,#page_video_current,#page_gallery_current {
    background-image: url("../images/layout/zanzibar/texture.svg");
    background-repeat: repeat;
    background-size: 240px 240px
}

.texturebright,#index_album_i #index_album_content {
    background-image: url("../images/layout/zanzibar/texturebright.svg");
    background-repeat: repeat;
    background-size: 240px 240px
}

.texturedark,body,.index_news_item:nth-child(even),.page_news_item:nth-child(even) {
    background-image: url("../images/layout/zanzibar/texturedark.svg");
    background-repeat: repeat;
    background-size: 240px 240px
}

html {
    overflow-x: hidden;
    height: auto
}

body {
    background-color: white;
    padding-bottom: 0 !important;
    display: block;
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300;
    color: #535353
}

body.modal_open {
    overflow: hidden;
    max-height: 100vh
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    body {
        background:white
    }
}

#content_i {
    position: relative;
    display: block;
    z-index: 2
}

.w,#header {
    position: relative;
    display: block;
    padding-left: 4vw !important;
    padding-right: 4vw !important
}

@media (min-width: 1900px) {
    .w,#header {
        padding-left:18vw !important;
        padding-right: 18vw !important
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .w.full_on_phone,.full_on_phone#header {
        padding-left:0 !important;
        padding-right: 0 !important
    }
}

p,h1,h2,h3,h4,h5,h6 {
    line-height: 1.1em;
    padding: 0;
    margin: 0;
    font-family: 'Signika Negative', sans-serif;
    text-transform: none;
    text-align: left;
    position: relative
}

p {
    font-weight: 200;
    line-height: 1.7em;
    letter-spacing: 0.7px
}

p.date {
    font-style: italic;
    opacity: .7;
    font-size: 14px
}

.icon {
    background: no-repeat center;
    background-size: contain
}

.icon.tel {
    background-image: url("../images/icons/zanzibar/tel.svg")
}

.icon.mail {
    background-image: url("../images/icons/zanzibar/mail.svg")
}

.icon.fax {
    background-image: url("../images/icons/zanzibar/fax.svg")
}

.icon.address {
    background-image: url("../images/icons/zanzibar/home.svg")
}

.icon.nav {
    background-image: url("../images/icons/zanzibar/menu.svg")
}

.icon.close {
    background-image: url("../images/icons/zanzibar/close.svg")
}

.icon.left {
    background-image: url("../images/icons/zanzibar/left.svg")
}

.icon.right {
    background-image: url("../images/icons/zanzibar/right.svg")
}

.icon.video {
    background-image: url("../images/icons/zanzibar/video.svg")
}

.icon.gallery {
    background-image: url("../images/icons/zanzibar/gallery.svg")
}

.icon.contact_whatsapp_icon {
    background-image: url("../images/icons/social-icons/svg/whatsapp-white.svg")
}

input[type="text"],input[type="email"],input[type="submit"],textarea {
    position: relative;
    display: block;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    text-align: left;
    color: black;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 4px;
    font-size: 12px;
    font-family: 'Signika Negative', sans-serif
}

input[type="text"]:focus,input[type="text"]:hover,input[type="email"]:focus,input[type="email"]:hover,input[type="submit"]:focus,input[type="submit"]:hover,textarea:focus,textarea:hover {
    box-shadow: none;
    outline: 0
}

@media (min-width: 1900px) {
    input[type="text"],input[type="email"],input[type="submit"],textarea {
        padding:14px 17px;
        font-size: 13px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    input[type="text"],input[type="email"],input[type="submit"],textarea {
        font-size:14px
    }
}

.button {
    position: relative;
    display: inline-block;
    text-align: center;
    color: white !important;
    outline: 0;
    border: none;
    cursor: pointer;
    font-size: 12px;
    padding: 12px 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease-in-out;
    box-sizing: border-box
}

@media (min-width: 1900px) {
    .button {
        font-size:14px
    }
}

@media (max-width: 740px) {
    .button {
        font-size:10px
    }
}

@media (min-width: 1900px) {
    .button {
        padding:15px 21px
    }
}

@media (max-width: 740px) {
    .button {
        padding:10px 15px
    }
}

.button span {
    position: relative;
    display: block;
    transition: all .3s ease-in-out;
    transform: scale(1, 1);
    font-weight: 700 !important
}

.button.button--grey {
    background: #535353 !important
}

.button.small {
    font-size: 9px;
    padding: 8px 20px
}

@media (max-width: 740px) {
    .button.bigonphone {
        width:100%;
        font-size: 11px;
        padding: 13px 15px
    }
}

.button.margin_top {
    margin-top: 25px
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .button.margin_top {
        margin-top:15px
    }
}

.button:hover,.button:active,.button:focus {
    text-decoration: none
}

.button:hover span,.button:active span,.button:focus span {
    transform: scale(0.9, 0.9)
}

.button.sh {
    box-shadow: 0 0 15px rgba(0,0,0,0.14)
}

#header {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 27px 0
}

@media (max-width: 1024px) {
    #header {
        padding:20px 0
    }
}

@media (max-width: 740px) {
    #header {
        padding:18px 0
    }
}

#header #header_logo {
    position: relative;
    padding-right: 20px
}

#header #header_logo a {
    position: relative;
    display: block;
    text-decoration: none
}

#header #header_logo a img {
    position: relative;
    display: block;
    max-height: 85px;
    max-width: 250px
}

@media (max-width: 1024px) {
    #header #header_logo a img {
        max-height:75px
    }
}

@media (max-width: 740px) {
    #header #header_logo a img {
        max-height:65px
    }
}

@media (max-width: 1024px) {
    #header #header_logo a img {
        max-width:200px
    }
}

@media (max-width: 740px) {
    #header #header_logo a img {
        max-width:180px
    }
}

#header #header_logo a h2 {
    position: relative;
    color: #535353;
    display: block;
    font-size: 21px
}

@media (min-width: 1900px) {
    #header #header_logo a h2 {
        font-size:26px
    }
}

@media (max-width: 1024px) {
    #header #header_logo a h2 {
        font-size:2.3vw
    }
}

@media (max-width: 740px) {
    #header #header_logo a h2 {
        font-size:3vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #header #header_logo a h2 {
        font-size:5vw
    }
}

#header #nav {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap
}

#header #nav #navmenus {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    height: 28px;
    overflow-y: hidden
}

@media (max-width: 1024px) {
    #header #nav #navmenus {
        height:22px
    }
}

#header #nav #navmenus a.hide {
    display: none
}

#header #nav #navmenus.pillar__submenu {
    overflow-y: visible !important;
    height: auto !important
}

#header #nav>a:not(.button),#header #nav>div,#header #nav #navmenus a,#header #nav .menu-tekst {
    position: relative;
    display: block;
    padding: 4px 0;
    margin-left: 27px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #535353
}

@media (min-width: 1900px) {
    #header #nav>a:not(.button),#header #nav>div,#header #nav #navmenus a,#header #nav .menu-tekst {
        font-size:16px;
        margin-left: 32px
    }
}

@media (max-width: 1024px) {
    #header #nav>a:not(.button),#header #nav>div,#header #nav #navmenus a,#header #nav .menu-tekst {
        font-size:1.3vw;
        margin-left: 2.3vw
    }
}

@media (max-width: 800px) {
    #header #nav>a:not(.button),#header #nav>div,#header #nav #navmenus a,#header #nav .menu-tekst {
        font-size:1.5vw
    }
}

@media (max-width: 740px) {
    #header #nav>a:not(.button).menu-tekst,#header #nav>div.menu-tekst,#header #nav #navmenus a.menu-tekst,#header #nav .menu-tekst.menu-tekst {
        display:none
    }
}

#header #nav>a.button {
    margin-left: 27px;
    white-space: nowrap;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

@media (min-width: 1900px) {
    #header #nav>a.button {
        margin-left:32px
    }
}

@media (max-width: 1024px) {
    #header #nav>a.button {
        margin-left:2.3vw
    }
}

@media (max-width: 740px) {
    #header #nav>a.button {
        display:none
    }
}

#header #nav #open_full_menu {
    padding: 3px 5px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

#header #nav #open_full_menu span {
    font-size: 13px
}

@media (max-width: 1024px) {
    #header #nav #open_full_menu span {
        font-size:11px
    }
}

#header #nav #open_full_menu .icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

#header #nav #open_full_menu.hide {
    display: none
}

@media (max-width: 740px) {
    #header #nav #open_full_menu.hide {
        display:flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-start;
        -webkit-justify-content: flex-start
    }
}

#header #nav #nav_langs {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

@media (max-width: 1024px) {
    #header #nav #nav_langs {
        display:none
    }
}

#header #nav #nav_langs a {
    padding: 5px;
    font-size: 8px;
    font-weight: 300;
    text-decoration: none;
    color: #535353;
    text-transform: uppercase;
    letter-spacing: 2px
}

#header #nav.nav__dropdown #open_full_menu {
    display: none
}

@media (max-width: 740px) {
    #header #nav.nav__dropdown #open_full_menu {
        display:flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-start;
        -webkit-justify-content: flex-start
    }
}

.menu__dropdown {
    position: absolute;
    background: white;
    padding: 10px;
    width: 100%;
    min-width: 200px;
    max-width: 250px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.12);
    z-index: 88;
    overflow-y: auto;
    max-height: 80vh;
    display: none;
    text-align: left;
    margin: 0px
}

.menu__dropdown__link {
    display: block;
    padding: 0.6em 1em !important;
    margin: 0.2em 0;
    margin-left: 0 !important;
    font-size: 13px !important
}

.menu__dropdown__link:hover {
    background: rgba(0,0,0,0.05)
}

.menu__dropdown--container {
    display: inline;
    cursor: pointer
}

@media (min-width: 1024px) {
    #navmenus .menu__dropdown--container:hover .menu__dropdown {
        display:block
    }
}

.nav__mobile--show {
    display: block
}

.nav__mobile--hide {
    display: none
}

.iframe-w {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    display: block;
    margin: auto;
    text-align: center
}

.iframe-w p {
    display: none
}

.iframe-w iframe {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#index_top {
    position: relative;
    display: block;
    z-index: 2
}

#index_top_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#index_top_i {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 20px 0
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_top_i {
        padding:0
    }
}

#index_top_left {
    position: relative;
    width: 50%;
    box-shadow: 0 0 3.5vw rgba(0,0,0,0.14)
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_top_left {
        width:100%
    }
}

#index_top_left img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_top_left {
        top:0 !important
    }
}

#index_top_video {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 22px 20px;
    margin-bottom: -30px;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    font-size: 1.4vw;
    line-height: 1.4em;
    text-decoration: none
}

@media (min-width: 1900px) {
    #index_top_video {
        padding:27px 35px
    }
}

@media (min-width: 1900px) {
    #index_top_video {
        margin-bottom:-50px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_top_video {
        margin-bottom:0
    }
}

@media (min-width: 1900px) {
    #index_top_video {
        font-size:1vw
    }
}

@media (max-width: 1024px) {
    #index_top_video {
        font-size:1.6vw
    }
}

@media (max-width: 800px) {
    #index_top_video {
        font-size:14px
    }
}

#index_top_video:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.08);
    transition: all .3s ease-in-out
}

#index_top_video:hover:before {
    background: rgba(0,0,0,0.05)
}

#index_top_video #index_top_video_icon {
    margin-right: 14px;
    border-radius: 50px;
    background: black;
    width: 45px;
    height: 45px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

@media (min-width: 1900px) {
    #index_top_video #index_top_video_icon {
        margin-right:18px
    }
}

@media (max-width: 1024px) {
    #index_top_video #index_top_video_icon {
        width:35px
    }
}

@media (max-width: 1024px) {
    #index_top_video #index_top_video_icon {
        height:35px
    }
}

#index_top_video span.icon {
    position: relative;
    display: block;
    width: 28px;
    height: 28px
}

@media (max-width: 1024px) {
    #index_top_video span.icon {
        width:23px
    }
}

@media (max-width: 1024px) {
    #index_top_video span.icon {
        height:23px
    }
}

#index_top_video span.titel-font {
    color: white
}

#index_top_right {
    position: relative;
    display: block;
    width: 50%;
    z-index: 3
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_top_right {
        width:100%
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_top_right {
        top:0 !important
    }
}

#index_top_title_w {
    position: relative;
    display: block;
    padding: 3.5vw 5vw 20px
}

@media (min-width: 1900px) {
    #index_top_title_w {
        padding:3.5vw 80px 20px
    }
}

@media (max-width: 800px) {
    #index_top_title_w {
        padding:3.5vw 1vw 20px 5vw
    }
}

@media (max-width: 740px) {
    #index_top_title_w {
        padding:3.5vw 1vw 10px 5vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_top_title_w {
        padding:40px 5vw 10px
    }
}

#index_top_title_w .index_top_title {
    font-size: 3.3vw;
    text-shadow: 0px 1px 1px #fff
}

@media (min-width: 1900px) {
    #index_top_title_w .index_top_title {
        font-size:2.2vw
    }
}

@media (max-width: 740px) {
    #index_top_title_w .index_top_title {
        font-size:27px
    }
}

#index_intro_text {
    position: relative;
    display: block;
    padding: 2vw 5vw 85px
}

@media (min-width: 1900px) {
    #index_intro_text {
        padding:40px 80px 75px
    }
}

@media (max-width: 800px) {
    #index_intro_text {
        padding:2.5vw 1vw 75px 5vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_intro_text {
        padding:2.5vw 5vw 120px
    }
}

#index_intro_text p {
    font-size: 1.15vw;
    line-height: 1.95em
}

@media (min-width: 1900px) {
    #index_intro_text p {
        font-size:.75vw
    }
}

@media (max-width: 1024px) {
    #index_intro_text p {
        font-size:1.3vw
    }
}

@media (max-width: 800px) {
    #index_intro_text p {
        font-size:1.5vw
    }
}

@media (max-width: 740px) {
    #index_intro_text p {
        font-size:13px
    }
}

#index_intro_text p:empty {
    display: none
}

#index_intro_text p strong {
    font-weight: 600
}

#index_intro_text p a {
    text-decoration: none
}

#index_news {
    position: relative;
    display: block;
    margin-top: -220px;
    padding: 80px 0
}

@media (max-width: 740px) {
    #index_news {
        margin-top:-100px
    }
}

@media (max-width: 740px) {
    #index_news {
        padding:50px 0
    }
}

#index_news.nopillars {
    margin-top: 0 !important
}

#index_news_i,#page_news_i {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    box-shadow: 0 0 3.5vw rgba(0,0,0,0.14)
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_news_i,#page_news_i {
        box-shadow:0 0 0 rgba(0,0,0,0)
    }
}

#index_news_i.nosh,#page_news_i.nosh {
    box-shadow: 0 0 0 rgba(0,0,0,0)
}

.index_news_item,.page_news_item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: column;
    -webkit-flex-direction: column;
    background: white;
    text-decoration: none;
    width: 33.3333%;
    transition: all .3s ease-in-out
}

.index_news_item.trans,.page_news_item.trans {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .index_news_item:nth-child(even),.page_news_item:nth-child(even) {
        background:white !important
    }
}

.index_news_item.white_bg,.page_news_item.white_bg {
    background: white !important
}

.index_news_item:hover,.page_news_item:hover {
    text-decoration: none
}

@media (max-width: 740px) {
    .index_news_item,.page_news_item {
        display:flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 50%
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .index_news_item,.page_news_item {
        width:100%;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        box-shadow: 0 0 3.5vw rgba(0,0,0,0.14)
    }

    .index_news_item:not(:first-child),.page_news_item:not(:first-child) {
        margin-top: 15px
    }
}

.index_news_item_content,.page_news_item_content {
    position: relative;
    display: block;
    width: 100%
}

.index_news_item_img,.page_news_item_img {
    position: relative;
    display: block;
    width: 100%;
    height: 18vw;
    transition: all .3s ease-in-out
}

@media (min-width: 1900px) {
    .index_news_item_img,.page_news_item_img {
        height:14vw
    }
}

@media (max-width: 740px) {
    .index_news_item_img,.page_news_item_img {
        height:26vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .index_news_item_img,.page_news_item_img {
        height:65vw
    }
}

.index_news_item_text,.page_news_item_text {
    position: relative;
    display: block;
    text-align: center;
    padding: 3vw 5vw 3vw
}

@media (min-width: 1900px) {
    .index_news_item_text,.page_news_item_text {
        padding:2vw 3vw 2vw
    }
}

@media (max-width: 1024px) {
    .index_news_item_text,.page_news_item_text {
        padding:3vw 3.5vw 3vw
    }
}

@media (max-width: 800px) {
    .index_news_item_text,.page_news_item_text {
        padding:25px 20px
    }
}

@media (max-width: 740px) {
    .index_news_item_text,.page_news_item_text {
        padding:25px 35px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .index_news_item_text,.page_news_item_text {
        padding:35px 50px
    }
}

.index_news_item_text p.date,.page_news_item_text p.date {
    font-style: italic;
    font-weight: 300;
    font-size: 1vw;
    padding-bottom: 10px;
    text-align: center
}

@media (min-width: 1900px) {
    .index_news_item_text p.date,.page_news_item_text p.date {
        font-size:.75vw
    }
}

@media (max-width: 800px) {
    .index_news_item_text p.date,.page_news_item_text p.date {
        font-size:11.5px
    }
}

.index_news_item_text h2,.page_news_item_text h2 {
    font-size: 1.5vw;
    text-align: center;
    padding-bottom: 2vw
}

@media (min-width: 1900px) {
    .index_news_item_text h2,.page_news_item_text h2 {
        font-size:1.05vw
    }
}

@media (max-width: 1024px) {
    .index_news_item_text h2,.page_news_item_text h2 {
        font-size:1.8vw
    }
}

@media (max-width: 800px) {
    .index_news_item_text h2,.page_news_item_text h2 {
        font-size:16px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .index_news_item_text h2,.page_news_item_text h2 {
        font-size:19px
    }
}

@media (min-width: 1900px) {
    .index_news_item_text h2,.page_news_item_text h2 {
        padding-bottom:1.4vw
    }
}

@media (max-width: 1024px) {
    .index_news_item_text h2,.page_news_item_text h2 {
        padding-bottom:2.2vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .index_news_item_text h2,.page_news_item_text h2 {
        padding-bottom:4vw
    }
}

.index_news_item_text p:not(.date),.page_news_item_text p:not(.date) {
    text-align: center;
    font-weight: 300;
    line-height: 1.7em;
    font-size: 1.1vw
}

@media (min-width: 1900px) {
    .index_news_item_text p:not(.date),.page_news_item_text p:not(.date) {
        font-size:.75vw
    }
}

@media (max-width: 1024px) {
    .index_news_item_text p:not(.date),.page_news_item_text p:not(.date) {
        font-size:1.35vw
    }
}

@media (max-width: 800px) {
    .index_news_item_text p:not(.date),.page_news_item_text p:not(.date) {
        font-size:11.5px
    }
}

.index_news_item_btn,.page_news_item_btn {
    position: relative;
    display: block;
    width: 100%;
    text-align: center
}

.index_news_btn,.page_news_btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 3vw
}

@media (min-width: 1900px) {
    .index_news_btn,.page_news_btn {
        font-size:18px
    }
}

@media (min-width: 1900px) {
    .index_news_btn,.page_news_btn {
        padding-bottom:2vw
    }
}

@media (max-width: 800px) {
    .index_news_btn,.page_news_btn {
        padding-bottom:20px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .index_news_btn,.page_news_btn {
        padding-bottom:25px
    }
}

.index_news_btn span:after,.page_news_btn span:after {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: 9px;
    width: 10px;
    height: 10px;
    background: url("../images/icons/zanzibar/nextblack.svg") no-repeat center;
    background-size: contain
}

#index_album {
    position: relative;
    display: block
}

#index_album #index_album_bg {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 220px, 100% 100%, 0 100%)
}

@media (max-width: 740px) {
    #index_album #index_album_bg {
        clip-path:polygon(0 0, 100% 100px, 100% 100%, 0 100%)
    }
}

#index_album #index_album_bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.45)
}

#index_album_i {
    position: relative;
    display: block;
    padding: 220px 0 60px 40px;
    padding: 220px 0 60px 40px
}

@media (max-width: 740px) {
    #index_album_i {
        padding:120px 0 35px 20px
    }
}

#index_album_i #index_album_content {
    position: relative;
    display: block;
    padding: 4vw 5vw;
    width: 27vw;
    height: 27vw;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    color: white
}

@media (min-width: 1900px) {
    #index_album_i #index_album_content {
        padding:3vw 3.5vw
    }
}

@media (max-width: 740px) {
    #index_album_i #index_album_content {
        padding:25px 35px
    }
}

@media (min-width: 1900px) {
    #index_album_i #index_album_content {
        width:20vw
    }
}

@media (max-width: 740px) {
    #index_album_i #index_album_content {
        width:40vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_album_i #index_album_content {
        width:50vw
    }
}

@media (min-width: 1900px) {
    #index_album_i #index_album_content {
        height:20vw
    }
}

@media (max-width: 740px) {
    #index_album_i #index_album_content {
        height:40vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_album_i #index_album_content {
        height:50vw
    }
}

#index_album_i #index_album_content h3 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    padding-bottom: 12px;
    color: white
}

@media (max-width: 1024px) {
    #index_album_i #index_album_content h3 {
        font-size:10px
    }
}

@media (max-width: 740px) {
    #index_album_i #index_album_content h3 {
        font-size:9px !important
    }
}

#index_album_i #index_album_content h2 {
    color: white;
    font-size: 2.4vw
}

@media (min-width: 1900px) {
    #index_album_i #index_album_content h2 {
        font-size:1.6vw
    }
}

@media (max-width: 740px) {
    #index_album_i #index_album_content h2 {
        font-size:3vw !important
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_album_i #index_album_content h2 {
        font-size:4vw !important
    }
}

#index_album_i #index_album_content p {
    padding-top: 1.4vw;
    color: white;
    font-size: 1.1vw
}

@media (min-width: 1900px) {
    #index_album_i #index_album_content p {
        padding-top:1vw
    }
}

@media (max-width: 1024px) {
    #index_album_i #index_album_content p {
        padding-top:1.6vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_album_i #index_album_content p {
        padding-top:12px
    }
}

@media (min-width: 1900px) {
    #index_album_i #index_album_content p {
        font-size:.75vw
    }
}

@media (max-width: 1024px) {
    #index_album_i #index_album_content p {
        font-size:1.35vw
    }
}

@media (max-width: 800px) {
    #index_album_i #index_album_content p {
        font-size:11.5px
    }
}

.index_partners {
    position: relative;
    display: block;
    background: white;
    padding: 30px 0 30px
}

@media (min-width: 1900px) {
    .index_partners {
        padding:45px 0
    }
}

@media (max-width: 740px) {
    .index_partners {
        padding:25px 0
    }
}

.index_partners .index_partners_top {
    text-align: center;
    position: relative;
    display: block;
    padding-top: 15px
}

@media (min-width: 1900px) {
    .index_partners .index_partners_top {
        padding-top:45px
    }
}

.index_partners .index_partners_top h2 {
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 25px
}

@media (max-width: 800px) {
    .index_partners .index_partners_top h2 {
        font-size:20px
    }
}

.index_partners .index_partners_i {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center
}

#index_newsletter {
    position: relative;
    display: block;
    z-index: 5;
    background: white
}

#index_newsletter p.h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em !important
}

@media (min-width: 1900px) {
    #index_newsletter p.h2 {
        font-size:24px
    }
}

@media (max-width: 1024px) {
    #index_newsletter p.h2 {
        font-size:17px
    }
}

@media (max-width: 740px) {
    #index_newsletter p.h2 {
        text-align:center;
        padding-bottom: 12px
    }
}

#index_newsletter #index_newsletter_i {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 60px 5vw
}

@media (max-width: 1024px) {
    #index_newsletter #index_newsletter_i {
        padding:50px 0
    }
}

@media (max-width: 740px) {
    #index_newsletter #index_newsletter_i {
        padding:35px 0
    }
}

@media (max-width: 740px) {
    #index_newsletter #index_newsletter_i {
        flex-wrap:wrap;
        -webkit-flex-wrap: wrap
    }
}

#index_newsletter #index_newsletter_i .index_newsletter_part {
    position: relative;
    display: block;
    padding: 7px
}

@media (max-width: 1024px) {
    #index_newsletter #index_newsletter_i .index_newsletter_part {
        padding:5px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_newsletter #index_newsletter_i .index_newsletter_part {
        padding:3px
    }
}

@media (max-width: 740px) {
    #index_newsletter #index_newsletter_i .index_newsletter_part {
        width:100%;
        text-align: center
    }
}

#index_newsletter #index_newsletter_i .index_newsletter_part.small {
    box-sizing: border-box;
    width: 20%
}

@media (max-width: 1024px) {
    #index_newsletter #index_newsletter_i .index_newsletter_part.small {
        width:23%
    }
}

@media (max-width: 740px) {
    #index_newsletter #index_newsletter_i .index_newsletter_part.small {
        width:33%
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_newsletter #index_newsletter_i .index_newsletter_part.small {
        width:100%
    }
}

@media (max-width: 740px) {
    #index_newsletter #index_newsletter_i .index_newsletter_part .button {
        margin-top:15px
    }
}

#index_newsletter #index_newsletter_i input {
    color: #535353;
    font-size: 12px;
    font-weight: 300;
    background: #f5f5f5;
    margin-bottom: 0 !important
}

@media (min-width: 1900px) {
    #index_newsletter #index_newsletter_i input {
        font-size:15px
    }
}

@media (max-width: 740px) {
    #index_newsletter #index_newsletter_i input {
        font-size:10px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #index_newsletter #index_newsletter_i input {
        text-align:center
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #newsletter_check {
        display:flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap
    }
}

#newsletter_check_label {
    color: rgba(0,0,0,0.51)
}

.full {
    position: relative;
    display: block;
    background: white
}

.gm-style-cc,.gmnoprint {
    display: none !important
}

.reveal {
    opacity: .01;
    transition: all 0s ease-in-out
}

.reveal.revealfromleft {
    transform: translate(-5vw, 0)
}

.reveal.revealfromright {
    transform: translate(5vw, 0)
}

.reveal.revealfrombottom {
    transform: translate(0, 5vw)
}

.reveal.revealfromtop {
    transform: translate(0, -5vw)
}

@media (max-width: 740px) {
    .reveal {
        transform:translate(0, 0) !important
    }
}

.reveal.show {
    opacity: 1;
    transform: translate(0, 0);
    transition: all .6s ease-in-out
}

.reveal.no_trans {
    transition: all 0s ease-in-out
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .reveal {
        opacity:1;
        transform: translate(0, 0) !important;
        transition: all 0s ease-in-out
    }
}

.background_image {
    background-size: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

[data-src] {
    opacity: 0
}

[data-src].background_image {
    background: no-repeat center;
    background-size: 100%;
    background-size: cover
}

[data-src].background_image.contain {
    background-size: contain
}

[data-src].loaded {
    opacity: 1
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    [data-src].no_img_on_phone {
        background-size:0;
        background-image: none !important
    }
}

#full_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    background: white;
    z-index: 999;
    display: none;
    width: 300px;
    max-width: 90%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12)
}

@media (min-width: 1900px) {
    #full_menu {
        width:350px
    }
}

@media (max-width: 1024px) {
    #full_menu {
        width:250px
    }
}

#full_menu #full_menu_box_w {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

#full_menu #full_menu_box_w #full_menu_box {
    width: 100%;
    position: relative;
    display: block;
    opacity: 0;
    transition: all .3s ease-in-out;
    max-height: 100vh;
    overflow-y: auto
}

#full_menu #full_menu_box_w #full_menu_box #full_menu_nav {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box
}

#full_menu #full_menu_box_w #full_menu_box #full_menu_nav>a,#full_menu #full_menu_box_w #full_menu_box #full_menu_nav .menu__dropdown--container {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 1px 0;
    font-size: 13px;
    padding: 18px 0 8px;
    transition: all .3s ease-in-out
}

@media (min-width: 1900px) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav>a,#full_menu #full_menu_box_w #full_menu_box #full_menu_nav .menu__dropdown--container {
        font-size:15px
    }
}

@media (max-width: 1024px) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav>a,#full_menu #full_menu_box_w #full_menu_box #full_menu_nav .menu__dropdown--container {
        font-size:12px
    }
}

@media (min-width: 1900px) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav>a,#full_menu #full_menu_box_w #full_menu_box #full_menu_nav .menu__dropdown--container {
        padding:28px 0 10px
    }
}

@media (max-width: 1024px) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav>a,#full_menu #full_menu_box_w #full_menu_box #full_menu_nav .menu__dropdown--container {
        padding:16px 0 8px
    }
}

@media (max-width: 740px) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav>a,#full_menu #full_menu_box_w #full_menu_box #full_menu_nav .menu__dropdown--container {
        padding:15px 0 6px
    }
}

#full_menu #full_menu_box_w #full_menu_box #full_menu_nav #nav_langs {
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding-top: 45px
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav #nav_langs {
        width:100%
    }
}

#full_menu #full_menu_box_w #full_menu_box #full_menu_nav #nav_langs a {
    display: inline-block;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 6px;
    font-size: 9px
}

@media (min-width: 1900px) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav #nav_langs a {
        padding:8px
    }
}

@media (max-width: 740px) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav #nav_langs a {
        padding:9px
    }
}

@media (min-width: 1900px) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav #nav_langs a {
        font-size:11px
    }
}

@media (max-width: 740px) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav #nav_langs a {
        font-size:11px
    }
}

@media (max-width: 740px) {
    #full_menu #full_menu_box_w #full_menu_box #full_menu_nav .menu__dropdown--container {
        display:flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: column;
        max-width: 90%
    }
}

#full_menu #full_menu_box_w #full_menu_box #full_menu_nav .menu__dropdown {
    position: relative;
    min-width: auto;
    max-width: 90%;
    margin: 0 auto;
    box-shadow: none;
    text-align: center;
    background: rgba(255,255,255,0.05)
}

#full_menu #full_menu_box_w #full_menu_box #full_menu_nav .menu__dropdown__link {
    font-size: 11px !important;
    font-weight: 400
}

#full_menu #full_menu_box_w.show #full_menu_box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

#full_menu #close_full_menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 25px;
    cursor: pointer;
    opacity: .7;
    z-index: 10
}

#full_menu #close_full_menu span {
    position: relative;
    display: block;
    width: 21px;
    height: 21px
}

.event_form_message * {
    color: white !important
}

.text_styles *,.event_form_message *,.page_text .page_text_i * {
    color: #535353;
}

.text_styles h1,.event_form_message h1,.page_text .page_text_i h1,.text_styles .h1,.event_form_message .h1,.page_text .page_text_i .h1 {
    font-size: 2.8vw;
    text-align: left;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 2vw;
    font-family: Custom, sans-serif
}

.text_styles h1.line_under,.event_form_message h1.line_under,.page_text .page_text_i h1.line_under,.text_styles .h1.line_under,.event_form_message .h1.line_under,.page_text .page_text_i .h1.line_under {
    padding-bottom: 1.4vw
}

.text_styles h1.line_under:before,.event_form_message h1.line_under:before,.page_text .page_text_i h1.line_under:before,.text_styles .h1.line_under:before,.event_form_message .h1.line_under:before,.page_text .page_text_i .h1.line_under:before {
    content: '';
    position: absolute;
    top: 0;
    right: 35%;
    bottom: 0;
    left: 35%;
    border-bottom: 1px solid black
}

.text_styles h1.centered,.event_form_message h1.centered,.page_text .page_text_i h1.centered,.text_styles .h1.centered,.event_form_message .h1.centered,.page_text .page_text_i .h1.centered {
    text-align: center !important
}

.text_styles h1:last-child,.event_form_message h1:last-child,.page_text .page_text_i h1:last-child,.text_styles .h1:last-child,.event_form_message .h1:last-child,.page_text .page_text_i .h1:last-child {
    margin-bottom: 0 !important
}

@media (min-width: 1900px) {
    .text_styles h1,.event_form_message h1,.page_text .page_text_i h1,.text_styles .h1,.event_form_message .h1,.page_text .page_text_i .h1 {
        font-size:2.2vw;
        margin-bottom: 1.5vw
    }
}

@media (max-width: 800px) {
    .text_styles h1,.event_form_message h1,.page_text .page_text_i h1,.text_styles .h1,.event_form_message .h1,.page_text .page_text_i .h1 {
        font-size:4vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    .text_styles h1,.event_form_message h1,.page_text .page_text_i h1,.text_styles .h1,.event_form_message .h1,.page_text .page_text_i .h1 {
        font-size:26px
    }
}

.text_styles h2,.event_form_message h2,.page_text .page_text_i h2,.text_styles .h2,.event_form_message .h2,.page_text .page_text_i .h2 {
    padding: 0;
    font-weight: 600;
    font-size: 2vw;
    line-height: 1.4em;
    font-family: Custom, sans-serif;
    text-align: left;
    margin-bottom: 2vw
}

.text_styles h2:last-child,.event_form_message h2:last-child,.page_text .page_text_i h2:last-child,.text_styles .h2:last-child,.event_form_message .h2:last-child,.page_text .page_text_i .h2:last-child {
    margin-bottom: 0 !important
}

@media (min-width: 1900px) {
    .text_styles h2,.event_form_message h2,.page_text .page_text_i h2,.text_styles .h2,.event_form_message .h2,.page_text .page_text_i .h2 {
        font-size:1.6vw;
        margin-bottom: 1.2vw
    }
}

@media (max-width: 800px) {
    .text_styles h2,.event_form_message h2,.page_text .page_text_i h2,.text_styles .h2,.event_form_message .h2,.page_text .page_text_i .h2 {
        font-size:2.4vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    .text_styles h2,.event_form_message h2,.page_text .page_text_i h2,.text_styles .h2,.event_form_message .h2,.page_text .page_text_i .h2 {
        font-size:22px
    }
}

.text_styles h3,.event_form_message h3,.page_text .page_text_i h3,.text_styles .h3,.event_form_message .h3,.page_text .page_text_i .h3 {
    padding: 0;
    font-weight: 600;
    font-size: 1.8vw;
    text-align: left;
    margin-bottom: 2vw;
    font-family: Custom, sans-serif
}

.text_styles h3:last-child,.event_form_message h3:last-child,.page_text .page_text_i h3:last-child,.text_styles .h3:last-child,.event_form_message .h3:last-child,.page_text .page_text_i .h3:last-child {
    margin-bottom: 0 !important
}

@media (min-width: 1900px) {
    .text_styles h3,.event_form_message h3,.page_text .page_text_i h3,.text_styles .h3,.event_form_message .h3,.page_text .page_text_i .h3 {
        font-size:1.4vw;
        margin-bottom: 1.2vw
    }
}

@media (max-width: 800px) {
    .text_styles h3,.event_form_message h3,.page_text .page_text_i h3,.text_styles .h3,.event_form_message .h3,.page_text .page_text_i .h3 {
        font-size:2.2vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    .text_styles h3,.event_form_message h3,.page_text .page_text_i h3,.text_styles .h3,.event_form_message .h3,.page_text .page_text_i .h3 {
        font-size:20px
    }
}

.text_styles h4,.event_form_message h4,.page_text .page_text_i h4,.text_styles .h4,.event_form_message .h4,.page_text .page_text_i .h4 {
    font-size: 1.8vw;
    font-weight: 400;
    text-align: left;
    margin-bottom: 2vw;
    font-family: Custom, sans-serif
}

.text_styles h4:last-child,.event_form_message h4:last-child,.page_text .page_text_i h4:last-child,.text_styles .h4:last-child,.event_form_message .h4:last-child,.page_text .page_text_i .h4:last-child {
    margin-bottom: 0 !important
}

@media (min-width: 1900px) {
    .text_styles h4,.event_form_message h4,.page_text .page_text_i h4,.text_styles .h4,.event_form_message .h4,.page_text .page_text_i .h4 {
        font-size:1.3vw;
        margin-bottom: 1.2vw
    }
}

@media (max-width: 800px) {
    .text_styles h4,.event_form_message h4,.page_text .page_text_i h4,.text_styles .h4,.event_form_message .h4,.page_text .page_text_i .h4 {
        font-size:2.7vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    .text_styles h4,.event_form_message h4,.page_text .page_text_i h4,.text_styles .h4,.event_form_message .h4,.page_text .page_text_i .h4 {
        font-size:17.5px
    }
}

.text_styles h5,.event_form_message h5,.page_text .page_text_i h5,.text_styles .h5,.event_form_message .h5,.page_text .page_text_i .h5 {
    font-size: 1.6vw;
    text-align: left;
    margin-bottom: 2vw;
    font-weight: 600;
    font-family: Custom, sans-serif
}

.text_styles h5:last-child,.event_form_message h5:last-child,.page_text .page_text_i h5:last-child,.text_styles .h5:last-child,.event_form_message .h5:last-child,.page_text .page_text_i .h5:last-child {
    margin-bottom: 0 !important
}

@media (min-width: 1900px) {
    .text_styles h5,.event_form_message h5,.page_text .page_text_i h5,.text_styles .h5,.event_form_message .h5,.page_text .page_text_i .h5 {
        font-size:1.2vw;
        margin-bottom: 1.2vw
    }
}

@media (max-width: 800px) {
    .text_styles h5,.event_form_message h5,.page_text .page_text_i h5,.text_styles .h5,.event_form_message .h5,.page_text .page_text_i .h5 {
        font-size:2.3vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    .text_styles h5,.event_form_message h5,.page_text .page_text_i h5,.text_styles .h5,.event_form_message .h5,.page_text .page_text_i .h5 {
        font-size:15.5px
    }
}

.text_styles h6,.event_form_message h6,.page_text .page_text_i h6,.text_styles .h6,.event_form_message .h6,.page_text .page_text_i .h6 {
    font-size: 2.2vw;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 2vw;
    position: relative;
    font-weight: 600;
    font-family: Custom, sans-serif
}

.text_styles h6:last-child,.event_form_message h6:last-child,.page_text .page_text_i h6:last-child,.text_styles .h6:last-child,.event_form_message .h6:last-child,.page_text .page_text_i .h6:last-child {
    margin-bottom: 0 !important
}

@media (min-width: 1900px) {
    .text_styles h6,.event_form_message h6,.page_text .page_text_i h6,.text_styles .h6,.event_form_message .h6,.page_text .page_text_i .h6 {
        font-size:1.5vw;
        margin-bottom: 1.2vw
    }
}

@media (max-width: 800px) {
    .text_styles h6,.event_form_message h6,.page_text .page_text_i h6,.text_styles .h6,.event_form_message .h6,.page_text .page_text_i .h6 {
        margin-bottom:3vw
    }
}

@media (max-width: 740px) {
    .text_styles h6,.event_form_message h6,.page_text .page_text_i h6,.text_styles .h6,.event_form_message .h6,.page_text .page_text_i .h6 {
        font-size:18.5px
    }
}

.text_styles h6 span,.event_form_message h6 span,.page_text .page_text_i h6 span,.text_styles .h6 span,.event_form_message .h6 span,.page_text .page_text_i .h6 span {
    opacity: .45
}

.text_styles p,.event_form_message p,.page_text .page_text_i p,.text_styles ul,.event_form_message ul,.page_text .page_text_i ul,.text_styles ol,.event_form_message ol,.page_text .page_text_i ol,.text_styles td,.event_form_message td,.page_text .page_text_i td,.text_styles th,.event_form_message th,.page_text .page_text_i th {
    font-size: 16px;
    line-height: 1.65em;
    font-weight: 300;
    margin-bottom: 2.5vw;
    text-align: left;
    font-family: 'Signika Negative', sans-serif;
    opacity: .8
}

.text_styles p:last-child,.event_form_message p:last-child,.page_text .page_text_i p:last-child,.text_styles ul:last-child,.event_form_message ul:last-child,.page_text .page_text_i ul:last-child,.text_styles ol:last-child,.event_form_message ol:last-child,.page_text .page_text_i ol:last-child,.text_styles td:last-child,.event_form_message td:last-child,.page_text .page_text_i td:last-child,.text_styles th:last-child,.event_form_message th:last-child,.page_text .page_text_i th:last-child {
    margin-bottom: 0 !important
}

@media (min-width: 1900px) {
    .text_styles p,.event_form_message p,.page_text .page_text_i p,.text_styles ul,.event_form_message ul,.page_text .page_text_i ul,.text_styles ol,.event_form_message ol,.page_text .page_text_i ol,.text_styles td,.event_form_message td,.page_text .page_text_i td,.text_styles th,.event_form_message th,.page_text .page_text_i th {
        font-size:0.75vw;
        margin-bottom: 25px
    }
}

@media (max-width: 1024px) {
    .text_styles p,.event_form_message p,.page_text .page_text_i p,.text_styles ul,.event_form_message ul,.page_text .page_text_i ul,.text_styles ol,.event_form_message ol,.page_text .page_text_i ol,.text_styles td,.event_form_message td,.page_text .page_text_i td,.text_styles th,.event_form_message th,.page_text .page_text_i th {
        font-size:1.4vw
    }
}

@media (max-width: 800px) {
    .text_styles p,.event_form_message p,.page_text .page_text_i p,.text_styles ul,.event_form_message ul,.page_text .page_text_i ul,.text_styles ol,.event_form_message ol,.page_text .page_text_i ol,.text_styles td,.event_form_message td,.page_text .page_text_i td,.text_styles th,.event_form_message th,.page_text .page_text_i th {
        font-size:1.65vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    .text_styles p,.event_form_message p,.page_text .page_text_i p,.text_styles ul,.event_form_message ul,.page_text .page_text_i ul,.text_styles ol,.event_form_message ol,.page_text .page_text_i ol,.text_styles td,.event_form_message td,.page_text .page_text_i td,.text_styles th,.event_form_message th,.page_text .page_text_i th {
        font-size:13.5px;
        margin-bottom: 5vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .text_styles p,.event_form_message p,.page_text .page_text_i p,.text_styles ul,.event_form_message ul,.page_text .page_text_i ul,.text_styles ol,.event_form_message ol,.page_text .page_text_i ol,.text_styles td,.event_form_message td,.page_text .page_text_i td,.text_styles th,.event_form_message th,.page_text .page_text_i th {
        font-size:15px;
        margin-bottom: 5vw;
        line-height: 1.65em
    }
}

.text_styles p.date,.event_form_message p.date,.page_text .page_text_i p.date,.text_styles ul.date,.event_form_message ul.date,.page_text .page_text_i ul.date,.text_styles ol.date,.event_form_message ol.date,.page_text .page_text_i ol.date,.text_styles td.date,.event_form_message td.date,.page_text .page_text_i td.date,.text_styles th.date,.event_form_message th.date,.page_text .page_text_i th.date {
    font-style: italic;
    margin-bottom: 5px !important;
    opacity: .4
}

.text_styles ul,.event_form_message ul,.page_text .page_text_i ul,.text_styles ol,.event_form_message ol,.page_text .page_text_i ol {
    padding-left: 20px
}

.text_styles ul,.event_form_message ul,.page_text .page_text_i ul {
    padding: 0 0 0 15px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    line-height: 1.4em
}

.text_styles a,.event_form_message a,.page_text .page_text_i a {
    transition: all .3s ease-in-out;
    text-decoration: underline
}

.text_styles a:hover,.event_form_message a:hover,.page_text .page_text_i a:hover {
    background-position: 0 92%;
    text-decoration: underline
}

.text_styles img,.event_form_message img,.page_text .page_text_i img,.text_styles iframe,.event_form_message iframe,.page_text .page_text_i iframe {
    max-width: 100%;
    margin-bottom: 3vw
}

@media (max-width: 800px) {
    .text_styles img,.event_form_message img,.page_text .page_text_i img,.text_styles iframe,.event_form_message iframe,.page_text .page_text_i iframe {
        margin-bottom:3.5vw
    }
}

@media (max-width: 740px) {
    .text_styles img,.event_form_message img,.page_text .page_text_i img,.text_styles iframe,.event_form_message iframe,.page_text .page_text_i iframe {
        margin-bottom:7vw
    }
}

.share-menu {
    position: relative;
    display: block;
    text-align: left
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .share-menu {
        text-align:center
    }
}

.share-menu a {
    padding: 7px;
    transition: all .3s ease-in-out;
    background-image: none !important;
    width: 22px;
    height: 22px;
    margin: 0 2px 2px;
    border: 1px solid rgba(0,0,0,0);
    background-color: rgba(0,0,0,0.05) !important;
    display: inline-block
}

.share-menu a:hover {
    background-color: transparent !important;
    border-color: white;
    opacity: 1
}

@media (min-width: 1900px) {
    .share-menu a {
        width:26px;
        height: 26px;
        margin: 0 3px 3px
    }
}

@media (max-width: 740px) {
    .share-menu a {
        width:18px;
        height: 18px
    }
}

.share-menu h3 {
    font-size: 17px !important;
    display: block;
    width: 100%;
    padding-bottom: 15px !important;
    margin-bottom: 0 !important;
    text-align: left
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .share-menu h3 {
        text-align:center
    }
}

.centered .share-menu h3 {
    text-align: center !important
}

#map-zanzibar {
    width: 100%;
    height: 250px
}

@media (max-width: 740px) {
    #map-zanzibar {
        height:180px
    }
}

#footer {
    position: relative;
    display: block
}

@media (max-width: 740px) {
    #footer .w,#footer #header {
        padding-left:0 !important;
        padding-right: 0 !important;
        width: 100%
    }
}

#agency_logos_wrapper {
    position: relative;
    display: block;
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #e5e5e5
}

#agency_logos_wrapper #agency_logos {
    opacity: .6
}

#footer_i {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

#footer_i.justify {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

#contact_content {
    position: relative;
    display: block;
    padding: 50px 25px;
    box-sizing: border-box;
    width: 27%
}

@media (min-width: 1900px) {
    #contact_content {
        padding:80px 30px
    }
}

@media (max-width: 1024px) {
    #contact_content {
        padding:50px 15px
    }
}

@media (max-width: 740px) {
    #contact_content {
        padding:40px 40px
    }
}

@media (max-width: 1024px) {
    #contact_content {
        width:45%
    }
}

@media (max-width: 740px) {
    #contact_content {
        width:100%
    }
}

@media (max-width: 740px) {
    #contact_content {
        text-align:center
    }
}

#contact_content #contact_info {
    position: relative;
    display: block;
    opacity: .8
}

@media (max-width: 740px) {
    #contact_content #contact_info {
        display:inline-block
    }
}

#contact_content #contact_info a:not(.froala__button),#contact_content #contact_info div {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 8px 0;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    text-decoration: none
}

@media (max-width: 1024px) {
    #contact_content #contact_info a:not(.froala__button)#contact_bottom_whatsapp,#contact_content #contact_info div#contact_bottom_whatsapp {
        display:flex !important;
        display: -webkit-flex !important;
        flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important
    }
}

#contact_content #contact_info a:not(.froala__button) span:not(.froala__button__span),#contact_content #contact_info div span:not(.froala__button__span) {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: white
}

#contact_content #contact_info a:not(.froala__button) span:not(.froala__button__span).icon,#contact_content #contact_info div span:not(.froala__button__span).icon {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 15px
}

@media (min-width: 1900px) {
    #contact_content #contact_info a:not(.froala__button) span:not(.froala__button__span),#contact_content #contact_info div span:not(.froala__button__span) {
        font-size:17px
    }

    #contact_content #contact_info a:not(.froala__button) span:not(.froala__button__span).icon,#contact_content #contact_info div span:not(.froala__button__span).icon {
        width: 20px;
        height: 20px;
        margin-right: 18px
    }
}

@media (max-width: 1024px) {
    #contact_content #contact_info a:not(.froala__button) span:not(.froala__button__span),#contact_content #contact_info div span:not(.froala__button__span) {
        font-size:14px
    }

    #contact_content #contact_info a:not(.froala__button) span:not(.froala__button__span).icon,#contact_content #contact_info div span:not(.froala__button__span).icon {
        width: 13px;
        height: 13px;
        margin-right: 9px
    }
}

#contact_content #social_links {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding-top: 25px
}

@media (max-width: 740px) {
    #contact_content #social_links {
        display:flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center
    }
}

#contact_content #social_links .social_link {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background: rgba(0,0,0,0.08);
    padding: 0
}

#contact_content #social_links .social_link img {
    position: relative;
    display: block;
    width: 65%;
    transition: all .3s ease-in-out;
    filter: invert(100%)
}

#cta_footer {
    position: relative;
    display: block;
    padding: 80px 30px;
    text-align: center;
    box-sizing: border-box;
    width: 38%
}

@media (max-width: 1024px) {
    #cta_footer {
        padding:65px 20px
    }
}

@media (max-width: 740px) {
    #cta_footer {
        padding:40px 40px
    }
}

@media (max-width: 1024px) {
    #cta_footer {
        width:50%
    }
}

@media (max-width: 740px) {
    #cta_footer {
        width:100%
    }
}

#cta_footer .cta_footer_title {
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 20px
}

@media (max-width: 800px) {
    #cta_footer .cta_footer_title {
        font-size:21px !important
    }
}

#footer_menu {
    width: 25%;
    padding: 40px 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

@media (max-width: 1024px) {
    #footer_menu {
        width:100%;
        padding: 40px
    }
}

#footer_menu a {
    display: block;
    width: 50%;
    color: white;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 0px;
    margin-bottom: 1px
}

@media (min-width: 1900px) {
    #footer_menu a {
        font-size:17px
    }
}

@media (min-width: 1900px) {
    #footer_menu a {
        padding:7px 0
    }
}

@media (max-width: 1024px) {
    #footer_menu a {
        width:25%
    }
}

@media (max-width: 740px) {
    #footer_menu a {
        width:50%
    }
}

#page {
    position: relative;
    display: block;
    z-page: 2
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page {
        background:transparent
    }
}

#page:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: -1px;
    left: 0;
    background: black;
    clip-path: polygon(0 0, 100% 220px, 100% 100%, 0 100%)
}

@media (max-width: 740px) {
    #page:before {
        clip-path:polygon(0 0, 100% 100px, 100% 100%, 0 100%)
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page:before {
        display:none
    }
}

#page.nocolor:before {
    display: none
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page.phone_bg:before {
        display:block
    }
}

#page_i {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 40px 0
}

@media (max-width: 740px) {
    #page_i {
        padding:20px 0
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_i {
        padding:0 0 20px
    }
}

#page_left {
    width: 40%;
    position: relative
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_left {
        width:100%
    }
}

#page_left img {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: 0 0 3.5vw rgba(0,0,0,0.14);
    z-page: 2
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_left {
        top:0 !important
    }
}

#page_right {
    position: relative;
    display: block;
    width: 60%;
    z-page: 3
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_right {
        width:100%
    }
}

#page_center {
    position: relative;
    display: block;
    text-align: center;
    margin: auto;
    width: 80%;
    z-page: 3
}

@media (min-width: 1900px) {
    #page_center {
        width:100%
    }
}

@media (max-width: 800px) {
    #page_center {
        width:100%
    }
}

#page_center.big {
    width: 90%
}

@media (min-width: 1900px) {
    #page_center.big {
        width:100%
    }
}

@media (max-width: 800px) {
    #page_center.big {
        width:100%
    }
}

#page_center.biggest {
    width: 100% !important
}

#page_title_w {
    position: relative;
    display: block;
    padding: 3.5vw 70px 40px
}

@media (min-width: 1900px) {
    #page_title_w {
        padding:3.5vw 70px 60px
    }
}

@media (max-width: 800px) {
    #page_title_w {
        padding:3.5vw 0 35px 50px
    }
}

@media (max-width: 740px) {
    #page_title_w {
        padding:2.5vw 0 35px 35px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_title_w {
        padding:40px 5vw 10px 3vw
    }
}

#page_title_w h1 {
    font-size: 3.7vw;
    text-shadow: 0px 0px 30px rgba(255,255,255,0.6)
}

@media (min-width: 1900px) {
    #page_title_w h1 {
        font-size:2.6vw
    }
}

@media (max-width: 740px) {
    #page_title_w h1 {
        font-size:24px !important
    }
}

#page_title_w.center {
    text-align: center;
    padding: 0 12vw 40px
}

@media (min-width: 1900px) {
    #page_title_w.center {
        padding:0 5vw 60px
    }
}

@media (max-width: 800px) {
    #page_title_w.center {
        padding:0 10vw 35px
    }
}

@media (max-width: 740px) {
    #page_title_w.center {
        padding:0 7vw 35px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_title_w.center {
        padding:0 5vw 20px
    }
}

#page_title_w.center h1 {
    text-align: center
}

.page_text {
    margin-left: -70px;
    background: white;
    box-shadow: 0 0 2.5vw rgba(0,0,0,0.03);
    position: relative;
    display: block;
    box-sizing: border-box;
    z-index: 2;
    padding: 4.5vw 5vw
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .page_text {
        margin-left:0
    }
}

@media (min-width: 1900px) {
    .page_text {
        padding:75px 90px
    }
}

@media (max-width: 800px) {
    .page_text {
        padding:4.5vw 5vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .page_text {
        padding:4.5vw 3vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .page_text {
        box-shadow:0 0 0 white
    }
}

.page_text .page_text_i {
    position: relative;
    display: block
}

.page_text .page_text_i.list_i h2 {
    margin-bottom: 1.2vw
}

@media (min-width: 1900px) {
    .page_text .page_text_i.list_i h2 {
        margin-bottom:.9vw
    }
}

@media (max-width: 800px) {
    .page_text .page_text_i.list_i h2 {
        margin-bottom:8px
    }
}

.page_text.center {
    margin-left: 0 !important
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_right .event_form_c {
        background-color:transparent !important
    }
}

#share-i-b {
    display: block;
    text-align: left;
    position: relative
}

#share-i-b.centered .share-menu {
    text-align: center
}

#share-i-b.white img {
    filter: invert(100%)
}

#share-i-b.white a {
    background-color: rgba(0,0,0,0.12) !important
}

#share-i-b.white .share-menu {
    margin-bottom: 0
}

#page_video,#page_gallery {
    position: relative;
    display: block;
    margin-top: -100px;
    padding: 200px 0 0
}

@media (max-width: 740px) {
    #page_video,#page_gallery {
        margin-top:-40px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_video,#page_gallery {
        margin-top:0
    }
}

@media (max-width: 740px) {
    #page_video,#page_gallery {
        padding:80px 0 0
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    #page_video,#page_gallery {
        margin-top: 0;
        padding-top: 50px
    }
}

@supports (-ms-accelerator: true) {
    #page_video,#page_gallery {
        margin-top: 0;
        padding-top: 50px
    }
}

@supports (-ms-ime-align: auto) {
    #page_video,#page_gallery {
        margin-top: 0;
        padding-top: 50px
    }
}

#page_video:before,#page_gallery:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    clip-path: polygon(0 0, 100% 220px, 100% 100%, 0 100%)
}

@media (max-width: 740px) {
    #page_video:before,#page_gallery:before {
        clip-path:polygon(0 0, 100% 100px, 100% 100%, 0 100%)
    }
}

#page_video_i,#page_gallery_i {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 40px
}

#page_video_current,#page_gallery_current {
    position: relative;
    display: block;
    width: 55%;
    padding: 30px 30px;
    box-sizing: border-box
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_video_current,#page_gallery_current {
        width:100%
    }
}

#page_video_current h2,#page_gallery_current h2 {
    color: white;
    text-align: center;
    padding: 0;
    font-weight: 600;
    font-size: 2vw;
    line-height: 1.2em;
    font-family: Custom, sans-serif;
    margin-bottom: 2vw
}

@media (min-width: 1900px) {
    #page_video_current h2,#page_gallery_current h2 {
        font-size:1.6vw;
        margin-bottom: 1.2vw
    }
}

@media (max-width: 800px) {
    #page_video_current h2,#page_gallery_current h2 {
        font-size:2.4vw;
        margin-bottom: 3.5vw
    }
}

@media (max-width: 740px) {
    #page_video_current h2,#page_gallery_current h2 {
        font-size:18px !important
    }
}

#page_video_list,#page_gallery_list {
    width: 40%;
    padding-top: 40px
}

@media (max-width: 1024px) {
    #page_video_list,#page_gallery_list {
        width:43%
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_video_list,#page_gallery_list {
        width:100%
    }
}

.page_video_list_item,.page_gallery_list_item {
    position: relative;
    padding: 10px 15px;
    color: white;
    margin-bottom: 5px;
    text-decoration: none;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap
}

.page_video_list_item:hover,.page_gallery_list_item:hover {
    text-decoration: none
}

.page_video_list_item span,.page_gallery_list_item span {
    margin-right: 14px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    transition: all 0s ease-in-out
}

@media (min-width: 1900px) {
    .page_video_list_item span,.page_gallery_list_item span {
        margin-right:18px
    }
}

@media (max-width: 1024px) {
    .page_video_list_item span,.page_gallery_list_item span {
        width:15px
    }
}

@media (max-width: 1024px) {
    .page_video_list_item span,.page_gallery_list_item span {
        height:15px
    }
}

.page_video_list_item h2,.page_gallery_list_item h2 {
    color: white;
    font-weight: 300;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 5px;
    font-size: 14px;
    text-align: left
}

@media (min-width: 1900px) {
    .page_video_list_item h2,.page_gallery_list_item h2 {
        font-size:18px
    }
}

@media (max-width: 800px) {
    .page_video_list_item h2,.page_gallery_list_item h2 {
        font-size:12.5px !important
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .page_video_list_item h2,.page_gallery_list_item h2 {
        font-size:14.5px !important
    }
}

.page_video_list_item:hover span,.page_gallery_list_item:hover span {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: all .3s ease-in-out
}

#page_gallery_images {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.page_gallery_image {
    position: relative;
    display: block;
    width: 32%;
    margin-bottom: 10px;
    padding: 15% 0
}

.page_gallery_image:empty {
    padding: 0
}

#page_images {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 5px
}

#page_images.left {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

#page_images .page_images_picture {
    position: relative;
    display: block;
    width: 25%;
    height: 25vw;
    cursor: pointer;
    overflow: hidden
}

@media (min-width: 1900px) {
    #page_images .page_images_picture {
        height:12.5vw;
        width: 20%
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_images .page_images_picture {
        width:50%;
        height: 50vw
    }
}

#page_images .page_images_picture .page_images_picture_i {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    transition: all .3s ease-in-out;
    overflow: hidden
}

#page_images .page_images_picture:empty {
    height: 0
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #under_text_button {
        text-align:center
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    #index_top_video {
        margin-bottom: 0 !important
    }
}

@supports (-ms-ime-align: auto) {
    #index_top_video {
        margin-bottom: 0 !important
    }
}

p.page_intro {
    display: block !important;
    position: relative;
    text-align: center !important;
    padding: 15px 0 0;
    margin: auto;
    max-width: 700px
}

.page_intro {
    padding: 15px 0 0;
    margin: auto;
    max-width: 700px
}

.page_intro p {
    text-align: center !important
}

.page_intro .froala__button--wrapper {
    text-align: center
}

.page__intro__html p {
    margin-bottom: 0 !important
}

.page__intro__margin {
    padding-bottom: 15px
}

#footer_badges_w {
    background: white
}

#back_to_top_btn {
    background: #f4f4f4
}

#back_to_top_btn:hover {
    background: #e7e7e7
}

#contact_content #contact_info .extra__footer__txt {
    display: block
}

#contact_content #contact_info .extra__footer__txt a:not(.froala__button) {
    text-decoration: underline;
    color: white;
    display: inline;
    padding: 0
}

#contact_content #contact_info .extra__footer__txt p {
    display: block
}

.fr-view .froala__button span,.home_description .froala__button span,.extra__footer__txt .froala__button span,.event_form_message .froala__button span {
    text-decoration: none !important;
    color: white;
    font-weight: 700 !important
}

.fr-view .froala__button .froala__button__span,.home_description .froala__button .froala__button__span,.extra__footer__txt .froala__button .froala__button__span,.event_form_message .froala__button .froala__button__span {
    text-decoration: none !important;
    color: white;
    font-weight: 700 !important
}

.fr-view .froala__button,.home_description .froala__button,.extra__footer__txt .froala__button,.event_form_message .froala__button {
    text-decoration: none !important;
    font-size: 12px;
    padding: 12px 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

@media (min-width: 1900px) {
    .fr-view .froala__button,.home_description .froala__button,.extra__footer__txt .froala__button,.event_form_message .froala__button {
        font-size:14px
    }
}

@media (max-width: 740px) {
    .fr-view .froala__button,.home_description .froala__button,.extra__footer__txt .froala__button,.event_form_message .froala__button {
        font-size:10px
    }
}

@media (min-width: 1900px) {
    .fr-view .froala__button,.home_description .froala__button,.extra__footer__txt .froala__button,.event_form_message .froala__button {
        padding:15px 21px
    }
}

@media (max-width: 740px) {
    .fr-view .froala__button,.home_description .froala__button,.extra__footer__txt .froala__button,.event_form_message .froala__button {
        padding:10px 15px
    }
}

.extra__footer__txt .froala__button.bg_color_1,.event_form_message .froala__button.bg_color_1 {
    background-color: rgba(0,0,0,0.1) !important
}

.home_description .froala__button--wrapper:last-child {
    margin-bottom: 1em
}

[data-part=popup] .custom__popup__title span {
    color: white
}

[data-part=popup] .custom__popup__text p strong {
    color: rgba(255,255,255,0.64)
}

.page_text .page_text_i .fr-view .text__special-block--colored * {
    color: white
}

#page_content_img {
    padding-top: 25px
}

#page_content_img img {
    display: block;
    width: 100%
}

[data-landingpage] #page_left {
    display: none
}

[data-landingpage] .page_text {
    margin-left: 0 !important
}

[data-landingpage] #page_right {
    margin: auto;
    width: 75%
}

@media (max-width: 800px) {
    [data-landingpage] #page_right {
        width:100%
    }
}

[data-landingpage] #page:before {
    display: none
}

[data-landingpage] #under_text_button {
    display: none
}

.insta__container {
    width: 90%;
    margin: 90px auto;
    display: none
}

.insta__title {
    text-align: center
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .insta__title {
        width:70%;
        margin: auto
    }
}

.insta__posts {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: initital;
    -webkit-align-items: initital;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px
}

@media (max-width: 1024px) {
    .insta__posts {
        justify-content:center
    }
}

@media (max-width: 800px) {
    .insta__posts {
        margin-top:10px
    }
}

.insta__posts-more {
    display: none;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px
}

.insta__posts-more:hover {
    font-weight: 500
}

.insta__icon-more {
    font-size: 2em
}

.insta__account-link:focus,.insta__account-link:hover {
    font-weight: 600
}

.insta__overlay-container {
    width: 15%;
    height: 15%;
    position: relative;
    margin: inherit
}

@media (max-width: 1400px) {
    .insta__overlay-container {
        width:15%;
        height: 15%
    }
}

@media (max-width: 1250px) {
    .insta__overlay-container {
        width:15%;
        height: 15%
    }
}

@media (max-width: 1024px) {
    .insta__overlay-container {
        width:220px;
        height: 220px;
        margin: 10px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .insta__overlay-container {
        width:250px;
        height: 250px
    }
}

.insta__overlay-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: white
}

.insta__overlay-container:hover .insta__overlay-filter {
    opacity: 0.9
}

.insta__overlay-text {
    color: black;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    margin: auto;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

@media (max-width: 1400px) {
    .insta__overlay-text {
        font-size:13px;
        -webkit-line-clamp: 5
    }
}

@media (max-width: 1250px) {
    .insta__overlay-text {
        font-size:12px;
        -webkit-line-clamp: 5
    }
}

.insta__img {
    width: 100%;
    height: auto;
    display: block
}

.linked__album--pics {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: stretch;
    align-items: stretch;
    margin-top: 3em
}

@media (max-width: 1024px) {
    .linked__album--pics {
        margin-bottom:0
    }
}

@media (max-width: 800px) {
    .linked__album--pics {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .linked__album--pics {
        grid-template-columns:1fr
    }
}

.linked__pic--wrap {
    width: 100%;
    margin: 0;
    box-sizing: border-box
}

@media (max-width: 740px) {
    .linked__pic--wrap {
        width:100%
    }
}

.linked__pic--img {
    width: 100%;
    padding-top: 85%;
    position: relative;
    display: block
}

.tag_container {
    margin-top: 2em
}

.tag_container-intro {
    margin-top: 1em
}

.tag_title {
    margin-bottom: 0.4em !important
}

.tag_button {
    padding: 1em !important;
    font-size: 0.8em !important;
    font-weight: 400 !important;
    margin: 2px
}

.tag_button span {
    padding: 0 !important;
    color: white
}

[data-zanzibar_pattern="mustaches"] {
    background-image: url("../images/layout/zanzibar/mustaches.svg");
    background-size: 350px auto;
    background-position: bottom right
}

[data-zanzibar_pattern="snow"] {
    background-image: url("../images/layout/zanzibar/snow.svg");
    background-size: 100px auto;
    background-position: bottom right
}

[data-zanzibar_pattern="bananas"] {
    background-image: url("../images/layout/zanzibar/bananas.svg");
    background-size: 220px auto;
    background-position: bottom right
}

[data-zanzibar_pattern="none"] {
    background-image: none
}

[data-zanzibar_pattern="mustaches"] .index_news_item:nth-child(even),[data-zanzibar_pattern="mustaches"] .page_news_item:nth-child(even),[data-zanzibar_pattern="mustaches"] .texturedark,[data-zanzibar_pattern="mustaches"] body,[data-zanzibar_pattern="mustaches"] .index_news_item:nth-child(even),[data-zanzibar_pattern="mustaches"] .page_news_item:nth-child(even),[data-zanzibar_pattern="mustaches"] #index_album_i #index_album_content,[data-zanzibar_pattern="mustaches"] .texturebright,[data-zanzibar_pattern="mustaches"] #index_album_i #index_album_content,#index_album_i [data-zanzibar_pattern="mustaches"] #index_album_content,[data-zanzibar_pattern="mustaches"] #page_gallery_current,[data-zanzibar_pattern="mustaches"] #page_video_current,[data-zanzibar_pattern="mustaches"] .texture,[data-zanzibar_pattern="mustaches"] #page_video_current,[data-zanzibar_pattern="mustaches"] #page_gallery_current,[data-zanzibar_pattern="snow"] .index_news_item:nth-child(even),[data-zanzibar_pattern="snow"] .page_news_item:nth-child(even),[data-zanzibar_pattern="snow"] .texturedark,[data-zanzibar_pattern="snow"] body,[data-zanzibar_pattern="snow"] .index_news_item:nth-child(even),[data-zanzibar_pattern="snow"] .page_news_item:nth-child(even),[data-zanzibar_pattern="snow"] #index_album_i #index_album_content,[data-zanzibar_pattern="snow"] .texturebright,[data-zanzibar_pattern="snow"] #index_album_i #index_album_content,#index_album_i [data-zanzibar_pattern="snow"] #index_album_content,[data-zanzibar_pattern="snow"] #page_gallery_current,[data-zanzibar_pattern="snow"] #page_video_current,[data-zanzibar_pattern="snow"] .texture,[data-zanzibar_pattern="snow"] #page_video_current,[data-zanzibar_pattern="snow"] #page_gallery_current,[data-zanzibar_pattern="bananas"] .index_news_item:nth-child(even),[data-zanzibar_pattern="bananas"] .page_news_item:nth-child(even),[data-zanzibar_pattern="bananas"] .texturedark,[data-zanzibar_pattern="bananas"] body,[data-zanzibar_pattern="bananas"] .index_news_item:nth-child(even),[data-zanzibar_pattern="bananas"] .page_news_item:nth-child(even),[data-zanzibar_pattern="bananas"] #index_album_i #index_album_content,[data-zanzibar_pattern="bananas"] .texturebright,[data-zanzibar_pattern="bananas"] #index_album_i #index_album_content,#index_album_i [data-zanzibar_pattern="bananas"] #index_album_content,[data-zanzibar_pattern="bananas"] #page_gallery_current,[data-zanzibar_pattern="bananas"] #page_video_current,[data-zanzibar_pattern="bananas"] .texture,[data-zanzibar_pattern="bananas"] #page_video_current,[data-zanzibar_pattern="bananas"] #page_gallery_current,[data-zanzibar_pattern="none"] .index_news_item:nth-child(even),[data-zanzibar_pattern="none"] .page_news_item:nth-child(even),[data-zanzibar_pattern="none"] .texturedark,[data-zanzibar_pattern="none"] body,[data-zanzibar_pattern="none"] .index_news_item:nth-child(even),[data-zanzibar_pattern="none"] .page_news_item:nth-child(even),[data-zanzibar_pattern="none"] #index_album_i #index_album_content,[data-zanzibar_pattern="none"] .texturebright,[data-zanzibar_pattern="none"] #index_album_i #index_album_content,#index_album_i [data-zanzibar_pattern="none"] #index_album_content,[data-zanzibar_pattern="none"] #page_gallery_current,[data-zanzibar_pattern="none"] #page_video_current,[data-zanzibar_pattern="none"] .texture,[data-zanzibar_pattern="none"] #page_video_current,[data-zanzibar_pattern="none"] #page_gallery_current {
    background-image: none
}

[data-zanzibar_pattern="mustaches"] #footer_badges_w,[data-zanzibar_pattern="mustaches"] #index_newsletter,[data-zanzibar_pattern="mustaches"] .index_partners,[data-zanzibar_pattern="snow"] #footer_badges_w,[data-zanzibar_pattern="snow"] #index_newsletter,[data-zanzibar_pattern="snow"] .index_partners,[data-zanzibar_pattern="bananas"] #footer_badges_w,[data-zanzibar_pattern="bananas"] #index_newsletter,[data-zanzibar_pattern="bananas"] .index_partners,[data-zanzibar_pattern="none"] #footer_badges_w,[data-zanzibar_pattern="none"] #index_newsletter,[data-zanzibar_pattern="none"] .index_partners {
    background: transparent
}

:root {
    --color-1-contrast-color: white;
    --color-2-contrast-color: white
}

#search_form_w {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    max-width: 100%
}

.search_form {
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.12);
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

input[type="text"].search_form_input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    outline: none;
    border: none;
    width: 70%;
    box-sizing: border-box;
    padding: 10px 12px;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: black
}

@media (max-width: 740px) {
    input[type="text"].search_form_input {
        font-size:16px !important
    }
}

.search_form_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: none;
    outline: none;
    border: none;
    padding: 10px 12px 10px 0;
    text-align: right;
    cursor: pointer;
    color: black;
    max-width: 20%;
    box-sizing: border-box
}

.search_form_btn span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/icons/search.svg") no-repeat center;
    background-size: contain
}

#search_form_w.dark_bg .search_form {
    border-color: #fff
}

#search_form_w.dark_bg ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5)
}

#search_form_w.dark_bg ::-moz-placeholder {
    color: rgba(255,255,255,0.5)
}

#search_form_w.dark_bg :-ms-input-placeholder {
    color: rgba(255,255,255,0.5)
}

#search_form_w.dark_bg :-moz-placeholder {
    color: rgba(255,255,255,0.5)
}

#search_form_w.dark_bg input[type="text"].search_form_input {
    color: white
}

#search_form_w.dark_bg .search_form_btn span {
    background-image: url("../images/icons/search_white.svg")
}

#page_search {
    position: relative;
    display: block
}

#page_search_i {
    position: relative;
    display: block
}

.page_search_item {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding: 5px 0;
    margin-bottom: 20px;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
    background: transparent;
    white-space: normal
}

.page_search_item:hover {
    text-decoration: none
}

.page_search_item h5,.page_search_item p {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left
}

.page_search_item p {
    font-style: italic;
    text-transform: lowercase
}

[data-webshop-search] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px
}

@media (min-width: 1900px) {
    [data-webshop-search] {
        font-size:14px
    }
}

@media (max-width: 1024px) {
    [data-webshop-search] {
        font-size:11px
    }
}

[data-webshop-search] ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0;
    background-color: transparent
}

[data-webshop-search] ::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background-color: transparent
}

[data-webshop-search] ::-webkit-scrollbar-thumb {
    background-color: transparent
}

[data-webshop-search] input[type=text] {
    padding: 10px 12px;
    background: transparent;
    font-size: 1.1em;
    font-weight: 300;
    color: black;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: block;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    text-align: left;
    color: black;
    width: 100%
}

[data-webshop-search] input[type=text]:focus,[data-webshop-search] input[type=text]:hover {
    box-shadow: none;
    outline: 0
}

@media (max-width: 740px) {
    [data-webshop-search] input[type=text] {
        font-size:16px
    }
}

.search_border_top {
    border-top: 1px solid rgba(0,0,0,0.06)
}

#search_page {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1300px;
    margin: auto
}

@media (min-width: 1900px) {
    #search_page {
        max-width:1500px
    }
}

#search_page_side {
    position: relative;
    display: block;
    width: 20%
}

@media (max-width: 800px) {
    #search_page_side {
        width:100%
    }
}

@media (max-width: 800px) {
    #search_page_side {
        padding-bottom:25px
    }
}

@media (max-width: 800px) {
    .search_page_side_info {
        display:none
    }
}

.search_sticky {
    position: relative;
    display: block;
    z-index: 3
}

#page_search_title {
    font-size: 1.3em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 0 0 0.5em
}

[data-webshop-search-side] {
    position: relative;
    display: block;
    padding-bottom: 25px
}

[data-webshop-search-side] h1 {
    font-size: 1.6em;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 0 0 0.7em;
    margin-bottom: 1.1em;
    text-align: left
}

@media (max-width: 800px) {
    [data-webshop-search-side] h1 {
        margin-bottom:0;
        font-size: 2em;
        border-bottom: 0
    }
}

[data-webshop-search-side] input {
    padding: 10px 12px;
    background: transparent;
    font-size: 1.1em;
    font-weight: 300;
    color: black;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: block;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    text-align: left;
    color: black;
    width: 100%
}

[data-webshop-search-side] input:focus,[data-webshop-search-side] input:hover {
    box-shadow: none;
    outline: 0
}

[data-webshop-search-side] input {
    background: rgba(0,0,0,0.05)
}

[data-webshop-search] input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    background: white;
    margin-bottom: 0.4em
}

#search_page_content {
    position: relative;
    display: block;
    width: 75%
}

@media (max-width: 800px) {
    #search_page_content {
        width:100%
    }
}

.search_page_nothing_found {
    padding: 1em 1.2em;
    background: rgba(0,0,0,0.05);
    color: black;
    text-align: center;
    position: relative;
    display: block;
    font-size: 1.2em
}

.search_page_price_update {
    margin-bottom: 2em
}

.search_page_nothing_found_left {
    color: black;
    text-align: left;
    position: relative;
    display: block;
    font-size: 1.2em
}

.search_button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    color: white;
    text-align: center;
    font-size: 1.15em;
    padding: 0.8em 1.1em;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-family: inherit
}

.search_button span {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.search_button.search_button_mt {
    margin-top: 15px
}

.search_button.search_button_grey {
    background: rgba(0,0,0,0.2)
}

.search_button.search_full_button {
    box-sizing: border-box;
    width: 100%
}

.reset_button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    color: black;
    background-color: white;
    text-align: center;
    font-size: 1.15em;
    padding: 0.8em 1.1em;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-family: inherit
}

.reset_button span {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.reset_button.reset_button_mt {
    margin-top: 10px
}

.reset_button.reset_full_button {
    box-sizing: border-box;
    width: 100%
}

[data-search] {
    width: 100%
}

#search_form_w {
    display: block;
    margin: 25px 0 0
}

@media (max-width: 740px) {
    #search_form_w {
        margin:25px auto 15px
    }
}

.search_form {
    border: none !important;
    background: rgba(255,255,255,0.15) !important
}

[data-webshop-search] input[type=text] {
    background: white;
    border: 1px solid rgba(0,0,0,0.05)
}

.reset_button {
    border: 1px solid rgba(0,0,0,0.2);
    color: black;
    background-color: white
}

:root {
    --color-1-contrast-color: white;
    --color-2-contrast-color: white
}

.form-error,.error-ul {
    padding: 0 !important;
    margin: 0 0 15px !important
}

.form-error li,.error-ul li {
    border: #b12526 1px solid;
    background: #db2e2f;
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin: 0 3px 3px 0;
    padding: 7px 10px;
    display: inline-block
}

.form__message {
    padding: 0 !important;
    margin: 0 0 15px !important
}

.form__message li {
    border: rgba(0,0,0,0.1) 1px solid;
    background: white;
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0.6em 1em;
    display: inline-block
}

#event-form {
    text-align: left
}

#event-form * {
    text-align: left
}

#event-form label {
    font-size: 14px;
    color: black;
    white-space: normal;
    line-height: 1.3em;
    font-weight: 600
}

#event-form input[type="text"],#event-form input[type="submit"],#event-form .event_form_button,#event-form select,#event-form textarea,#event-form .event__select__wrapper,#event-form .multiselect__tags {
    background: #eeeeee;
    box-shadow: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #BBBBBB;
    padding: 10px 12px;
    text-align: left;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: inherit
}

#event-form input[type="text"]:focus,#event-form input[type="text"]:hover,#event-form input[type="submit"]:focus,#event-form input[type="submit"]:hover,#event-form .event_form_button:focus,#event-form .event_form_button:hover,#event-form select:focus,#event-form select:hover,#event-form textarea:focus,#event-form textarea:hover,#event-form .event__select__wrapper:focus,#event-form .event__select__wrapper:hover,#event-form .multiselect__tags:focus,#event-form .multiselect__tags:hover {
    box-shadow: none;
    outline: 0
}

#event-form input[type="text"],#event-form input[type="submit"],#event-form .event_form_button,#event-form textarea,#event-form .event__select__wrapper {
    width: 100%
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #event-form input[type="text"],#event-form input[type="submit"],#event-form .event_form_button,#event-form textarea,#event-form .event__select__wrapper {
        width:100%
    }
}

#event-form textarea {
    height: 160px
}

#event-form input[type="radio"],#event-form input[type="checkbox"] {
    display: inline-block;
    vertical-align: top
}

#event-form .checks {
    padding-bottom: 10px
}

#event-form .check-w {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 5px
}

#event-form .check-w input[type=checkbox],#event-form .check-w input[type=radio] {
    margin: 0 8px 0 0;
    width: auto;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

#event-form .check-w label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left !important;
    color: rgba(0,0,0,0.5)
}

#event-form input[type="submit"],#event-form .event_form_button {
    color: white;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    border: 0;
    padding: 15px 12px;
    font-weight: 600
}

.file_uploader {
    position: relative;
    display: block;
    border: 1px solid #EEEEEE;
    padding: 12px 20px;
    background: white;
    box-sizing: border-box;
    margin-bottom: 8px;
    margin-top: 3px
}

.file_uploader_btn {
    position: relative;
    display: block
}

.file_uploader_btn a {
    position: relative;
    display: inline-block;
    background: rgba(0,0,0,0.06);
    color: black;
    font-size: 12.5px;
    font-weight: 500;
    text-decoration: none;
    padding: 7px 12px;
    transition: all .3s ease-in-out
}

.file_uploader_btn a:hover {
    background: rgba(0,0,0,0.08);
    text-decoration: none
}

.file_uploader_balk_w {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%
}

.file_uploader_balk {
    position: relative;
    display: block;
    line-height: 0;
    height: 0
}

.file_uploader_balk span {
    position: relative;
    display: inline-block;
    height: 3px;
    background: green
}

.file_uploader_preview {
    position: relative;
    display: block
}

.file_uploader_preview_item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.05);
    overflow: hidden
}

.file_uploader_preview_item span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: block
}

.file_uploader_preview_item span.file_uploader_preview_item_icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/icons/delete.svg") no-repeat center;
    background-size: contain;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    opacity: .8
}

.file_uploader_preview_item span.file_uploader_preview_item_icon:hover {
    opacity: 1
}

#event-form .event_form_subtitle {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.11);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 13px;
    margin-top: 7px;
    line-height: 1.3em;
    padding-bottom: 3px;
    text-transform: none
}

@media (max-width: 1024px) {
    #event-form .event_form_subtitle {
        font-size:16px
    }
}

#event-form label.after-check.after-check-small {
    font-size: 13px !important
}

.after-check a {
    text-decoration: underline;
    color: inherit
}

.after-check a:hover {
    text-decoration: none
}

.event__select__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 35px;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.event__select__icon i {
    font-size: 16px;
    opacity: 1;
    position: relative;
    display: block;
    animation: none;
    -webkit-animation: none
}

body #event-form .event__select__wrapper {
    padding: 0;
    position: relative
}

body #event-form select {
    margin-bottom: 0;
    background-color: transparent;
    position: relative;
    display: block;
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 0
}

body #event-form select option {
    color: #2b2b2b
}

#event-form_w {
    padding-right: 15vw
}

@media (min-width: 1900px) {
    #event-form_w {
        padding-right:5vw
    }
}

@media (max-width: 800px) {
    #event-form_w {
        padding-right:0
    }
}

#event-form {
    position: relative;
    display: block
}

#event-form .checks {
    padding-bottom: 10px;
    padding-top: 3px
}

#event-form .check-w {
    white-space: nowrap
}

#event-form .check-w * {
    vertical-align: top
}

#event-form .event_form_subtitle {
    border-bottom-color: rgba(255,255,255,0.11);
    color: white
}

#event-form p {
    padding-bottom: 12px
}

#event-form label {
    font-size: 13.5px;
    color: white;
    line-height: 1.2em;
    padding-bottom: 4px;
    padding-top: 3px;
    font-weight: 600;
    font-family: 'Signika Negative', sans-serif
}

@media (min-width: 1400px) {
    #event-form label {
        font-size:15px
    }
}

@media (min-width: 1900px) {
    #event-form label {
        font-size:16px
    }
}

@media (max-width: 1024px) {
    #event-form label {
        font-size:12px
    }
}

@media (max-width: 740px) {
    #event-form label {
        font-size:12px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #event-form label {
        color:#535353
    }
}

#event-form label.after-check {
    font-size: 13px !important;
    line-height: 1.5em;
    padding: 0 !important;
    font-weight: 400;
    color: white;
    white-space: normal
}

@media (min-width: 1400px) {
    #event-form label.after-check {
        font-size:15px !important
    }
}

@media (min-width: 1900px) {
    #event-form label.after-check {
        font-size:17px !important
    }
}

@media (max-width: 800px) {
    #event-form label.after-check {
        font-size:11.5px !important
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #event-form label.after-check {
        font-size:13px !important;
        color: #535353
    }
}

#event-form input[type="text"],#event-form input[type="email"],#event-form input[type="submit"],#event-form textarea,#event-form .event__select__wrapper,#event-form .multiselect__tags {
    position: relative;
    display: block;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: white !important;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ececec;
    padding: 7px 10px;
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #535353;
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 300
}

@media (min-width: 1900px) {
    #event-form input[type="text"],#event-form input[type="email"],#event-form input[type="submit"],#event-form textarea,#event-form .event__select__wrapper,#event-form .multiselect__tags {
        font-size:15px
    }
}

@media (max-width: 740px) {
    #event-form input[type="text"],#event-form input[type="email"],#event-form input[type="submit"],#event-form textarea,#event-form .event__select__wrapper,#event-form .multiselect__tags {
        font-size:10px
    }
}

#event-form input[type="text"]:focus,#event-form input[type="text"]:hover,#event-form input[type="email"]:focus,#event-form input[type="email"]:hover,#event-form input[type="submit"]:focus,#event-form input[type="submit"]:hover,#event-form textarea:focus,#event-form textarea:hover,#event-form .event__select__wrapper:focus,#event-form .event__select__wrapper:hover,#event-form .multiselect__tags:focus,#event-form .multiselect__tags:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

@media (min-width: 1400px) {
    #event-form input[type="text"],#event-form input[type="email"],#event-form input[type="submit"],#event-form textarea,#event-form .event__select__wrapper,#event-form .multiselect__tags {
        padding:12px 14px;
        margin-bottom: 12px
    }
}

@media (max-width: 1024px) {
    #event-form input[type="text"],#event-form input[type="email"],#event-form input[type="submit"],#event-form textarea,#event-form .event__select__wrapper,#event-form .multiselect__tags {
        padding:5px 10px;
        margin-bottom: 6px
    }
}

@media (max-width: 740px) {
    #event-form input[type="text"],#event-form input[type="email"],#event-form input[type="submit"],#event-form textarea,#event-form .event__select__wrapper,#event-form .multiselect__tags {
        padding:7px 8px;
        margin-bottom: 6px
    }
}

@media (max-width: 740px) and (max-width: 480px),(max-width: 740px) and (max-device-width: 480px) and (orientation: portrait) {
    #event-form input[type="text"],#event-form input[type="email"],#event-form input[type="submit"],#event-form textarea,#event-form .event__select__wrapper,#event-form .multiselect__tags {
        border:none;
        background: #f4f4f4 !important
    }
}

#event-form select {
    padding: 7px 10px
}

@media (min-width: 1400px) {
    #event-form select {
        padding:12px 14px
    }
}

@media (max-width: 1024px) {
    #event-form select {
        padding:5px 10px
    }
}

@media (max-width: 740px) {
    #event-form select {
        padding:7px 8px
    }
}

#event-form textarea {
    height: 150px
}

@media (min-width: 1400px) {
    #event-form textarea {
        height:220px
    }
}

@media (min-width: 1900px) {
    #event-form textarea {
        height:260px
    }
}

#event-form .button {
    width: 100%;
    text-align: center
}

#event-form .button span {
    text-align: center
}

#event-form .file_uploader {
    border-color: transparent;
    background: rgba(0,0,0,0.05)
}

#event-form .file_uploader .file_uploader_preview_item {
    border-top-color: rgba(255,255,255,0.25)
}

#event-form .file_uploader .file_uploader_preview_item span {
    color: white
}

.file_uploader_btn a {
    color: white
}

.event__select__wrapper {
    margin-top: 10px
}

:root {
    --color-1-contrast-color: white;
    --color-2-contrast-color: white
}

#page_quotes {
    position: relative;
    display: block
}

#page_quotes .page_quote {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}

@media (max-width: 1024px) {
    #page_quotes .page_quote {
        padding:25px 0
    }
}

@media (max-width: 740px) {
    #page_quotes .page_quote {
        padding:20px 0
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote {
        padding:20px 12px
    }
}

#page_quotes .page_quote:last-child {
    border-bottom: 0
}

#page_quotes .page_quote:first-child {
    padding-top: 0
}

#page_quotes .page_quote .rating_stars {
    text-align: left
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote .rating_stars {
        text-align:center
    }
}

#page_quotes .page_quote .rating_star i {
    color: #ffcd00
}

#page_quotes .page_quote .rating_star_grey i {
    color: rgba(0,0,0,0.1)
}

#page_quotes .page_quote_ic {
    position: relative;
    display: block;
    width: 12%;
    margin-right: 50px;
    padding: calc(6% - 25px) 0;
    border-radius: 300px;
    border: 1px solid rgba(0,0,0,0.05);
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote_ic {
        width:15%
    }
}

@media (min-width: 1900px) {
    #page_quotes .page_quote_ic {
        margin-right:65px
    }
}

@media (max-width: 1024px) {
    #page_quotes .page_quote_ic {
        margin-right:35px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote_ic {
        margin-right:0
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote_ic {
        padding:calc(7.5% - 15px) 0
    }
}

#page_quotes .page_quote_ic i {
    position: relative;
    font-size: 50px;
    display: block;
    color: rgba(0,0,0,0.21)
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote_ic i {
        font-size:30px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote_ic {
        margin-bottom:15px
    }
}

#page_quotes .page_quote_img_w {
    position: relative;
    display: block;
    width: 12%;
    margin-right: 50px
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote_img_w {
        width:15%
    }
}

@media (min-width: 1900px) {
    #page_quotes .page_quote_img_w {
        margin-right:65px
    }
}

@media (max-width: 1024px) {
    #page_quotes .page_quote_img_w {
        margin-right:35px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote_img_w {
        margin-right:0
    }
}

#page_quotes .page_quote_img {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    border-radius: 300px
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote_img {
        margin-bottom:15px
    }
}

#page_quotes .page_quote_content {
    width: 55%;
    position: relative;
    display: block
}

@media (max-width: 1024px) {
    #page_quotes .page_quote_content {
        width:65%
    }
}

@media (max-width: 740px) {
    #page_quotes .page_quote_content {
        width:calc(85% - 37px)
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes .page_quote_content {
        width:100%
    }
}

#page_quotes h2.page_quote_text span {
    position: relative;
    display: block;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.6em;
    border: none;
    letter-spacing: 0;
    text-align: left;
    padding: 0;
    text-transform: none;
    margin: 0
}

@media (min-width: 1900px) {
    #page_quotes h2.page_quote_text span {
        font-size:19px !important
    }
}

@media (max-width: 1024px) {
    #page_quotes h2.page_quote_text span {
        font-size:14px !important
    }
}

@media (max-width: 800px) {
    #page_quotes h2.page_quote_text span {
        font-size:14px !important
    }
}

@media (max-width: 740px) {
    #page_quotes h2.page_quote_text span {
        font-size:13px !important
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes h2.page_quote_text span {
        text-align:center
    }
}

#page_quotes h2.page_quote_text {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0
}

#page_quotes h3.page_quote_person span {
    position: relative;
    display: block;
    letter-spacing: 0;
    font-size: 12px;
    margin-top: 20px;
    font-weight: 300;
    text-transform: none;
    text-align: left;
    color: rgba(0,0,0,0.51)
}

@media (min-width: 1900px) {
    #page_quotes h3.page_quote_person span {
        font-size:14px
    }
}

@media (max-width: 1024px) {
    #page_quotes h3.page_quote_person span {
        font-size:11px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes h3.page_quote_person span {
        font-size:11px !important
    }
}

@media (max-width: 740px) {
    #page_quotes h3.page_quote_person span {
        margin-top:14px !important
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #page_quotes h3.page_quote_person span {
        text-align:center
    }
}

#page_quotes h3.page_quote_person {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0
}

#page_quotes h3.page_quote_person:before {
    display: none
}

#page_quotes_dark #page_quotes h2.page_quote_text span {
    color: white
}

#page_quotes_dark #page_quotes h3.page_quote_person span {
    color: rgba(255,255,255,0.5)
}

#page_quotes_dark #page_quotes .rating_star_grey i {
    color: rgba(255,255,255,0.3)
}

#page_quotes_dark #page_quotes .page_quote_ic,#page_quotes_dark #page_quotes .page_quote {
    border-color: rgba(255,255,255,0.2)
}

#page_quotes_dark #page_quotes .page_quote_ic i {
    color: rgba(255,255,255,0.09)
}

.quote_btn {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: white;
    background: black;
    font-weight: 400;
    margin-top: 1.7vw;
    padding: 0.7vw 1vw;
    font-size: 1vw
}

@media (min-width: 1900px) {
    .quote_btn {
        margin-top:1.4vw
    }
}

@media (max-width: 1024px) {
    .quote_btn {
        margin-top:1.9vw
    }
}

@media (max-width: 740px) {
    .quote_btn {
        margin-top:2.7vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .quote_btn {
        margin-top:4.6vw
    }
}

@media (min-width: 1900px) {
    .quote_btn {
        padding:0.55vw 1vw
    }
}

@media (max-width: 1024px) {
    .quote_btn {
        padding:0.8vw 1.2vw
    }
}

@media (max-width: 740px) {
    .quote_btn {
        padding:1.2vw 1.5vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .quote_btn {
        padding:1.8vw 3.5vw
    }
}

@media (min-width: 1900px) {
    .quote_btn {
        font-size:.8vw
    }
}

@media (max-width: 1024px) {
    .quote_btn {
        font-size:1.25vw
    }
}

@media (max-width: 740px) {
    .quote_btn {
        font-size:1.8vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .quote_btn {
        font-size:3.3vw
    }
}

.quote_btn:hover {
    text-decoration: none
}

#quote {
    position: relative;
    display: block
}

.quote_icon {
    display: block;
    position: absolute;
    top: 3vw;
    right: auto;
    bottom: auto;
    left: 7vw;
    width: 30vw;
    opacity: .05
}

@media (min-width: 1900px) {
    .quote_icon {
        width:21vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .quote_icon {
        width:28vw
    }
}

@media (min-width: 1900px) {
    .quote_icon {
        position:absolute;
        top: 1vw;
        right: auto;
        bottom: auto;
        left: 15vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .quote_icon {
        position:absolute;
        top: -3vw;
        right: 0;
        bottom: auto;
        left: 0;
        text-align: center;
        width: 100%;
        top: 0 !important
    }
}

.quote_icon svg {
    position: relative;
    display: inline-block;
    width: 100%
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .quote_icon svg {
        width:30px
    }
}

#quote_i {
    position: relative;
    display: block;
    padding: 5vw 5vw 5vw 38vw
}

@media (min-width: 1900px) {
    #quote_i {
        padding:4vw 3vw 4vw 30vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #quote_i {
        padding:5vw 5vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #quote_i {
        text-align:center
    }
}

#quote_text {
    text-align: left;
    font-size: 2.4vw;
    padding: 2vw 0
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #quote_text {
        text-align:center
    }
}

@media (min-width: 1900px) {
    #quote_text {
        font-size:1.5vw
    }
}

@media (max-width: 740px) {
    #quote_text {
        font-size:3vw !important
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #quote_text {
        font-size:5vw !important
    }
}

@media (min-width: 1900px) {
    #quote_text {
        padding:1.2vw 0
    }
}

@media (max-width: 740px) {
    #quote_text {
        padding:2.2vw 0
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #quote_text {
        padding:3.2vw 0
    }
}

#quote_person {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 10px 0
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #quote_person {
        display:flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center
    }
}

#quote_person h3 {
    font-size: 12px;
    text-align: left;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300
}

@media (max-width: 1024px) {
    #quote_person h3 {
        font-size:10px
    }
}

@media (max-width: 740px) {
    #quote_person h3 {
        font-size:9px !important
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #quote_person h3 {
        text-align:center !important
    }
}

#quote_img {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 14px;
    border-radius: 30px
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .rating_stars {
        text-align:center
    }
}

.page_quote_ic {
    background: white
}

:root {
    --color-1-contrast-color: white;
    --color-2-contrast-color: white
}

.pillars__title__wrapper {
    font-size: 17px
}

.pillars__title {
    padding-bottom: 1.3em;
    text-align: center;
    position: relative;
    font-size: 1.4em
}

#pillars {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: center;
    -webkit-justify-content: center;
    width: 95%;
    margin: auto
}

@media (max-width: 1024px) {
    #pillars {
        width:100%
    }
}

@media (max-width: 740px) {
    #pillars {
        display:flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: stretch;
        -webkit-align-items: stretch;
        justify-content: flex-start;
        -webkit-justify-content: flex-start
    }
}

.pillar {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: space-between;
    -webkit-align-items: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 23%;
    background: white;
    margin: 0 1% 1.7vw;
    box-sizing: border-box;
    padding: 1.7vw 2.4vw 1.9vw;
    text-align: center
}

.pillar:empty {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.pillar.team_pillar {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent
}

@media (min-width: 1900px) {
    .pillar {
        padding:1.4vw 27px 1.6vw
    }
}

@media (max-width: 1024px) {
    .pillar {
        width:23.5%;
        margin: 0 0.75% 1.2vw
    }
}

@media (max-width: 740px) {
    .pillar {
        width:46%;
        margin: 0 2% 3vw;
        padding: 2vw 2vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .pillar {
        width:100%;
        margin: 0 0 5.5vw;
        padding: 6vw 7vw
    }

    .pillar.team_pillar {
        padding: 0 0 6vw
    }
}

.pillar_top {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .team_pillar .pillar_top {
        padding-left:7vw;
        padding-right: 7vw
    }
}

.pillar_icon {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 1.2vw
}

@media (min-width: 1900px) {
    .pillar_icon {
        padding-bottom:.9vw
    }
}

@media (max-width: 740px) {
    .pillar_icon {
        padding-bottom:1.5vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .pillar_icon {
        padding-bottom:3.3vw
    }
}

.pillar_icon .material-icons {
    font-size: 5vw
}

@media (min-width: 1900px) {
    .pillar_icon .material-icons {
        font-size:3.5vw
    }
}

@media (max-width: 1024px) {
    .pillar_icon .material-icons {
        font-size:6.3vw
    }
}

@media (max-width: 740px) {
    .pillar_icon .material-icons {
        font-size:8.6vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .pillar_icon .material-icons {
        font-size:15.3vw
    }
}

.pillar_icon img {
    position: relative;
    display: block;
    max-width: 80%;
    margin: auto;
    max-height: 8vw;
    margin-bottom: 10px
}

@media (min-width: 1900px) {
    .pillar_icon img {
        max-height:6vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .pillar_icon img {
        max-height:16vw
    }
}

.pillar.team_pillar .pillar_icon {
    padding-top: 0;
    margin-bottom: 25px;
    padding-bottom: 0 !important
}

@media (min-width: 1900px) {
    .pillar.team_pillar .pillar_icon {
        margin-bottom:35px
    }
}

@media (max-width: 740px) {
    .pillar.team_pillar .pillar_icon {
        margin-bottom:20px
    }
}

.pillar.team_pillar .pillar_icon.pillar_team_ratio_0 {
    padding-top: 100%
}

.pillar.team_pillar .pillar_icon.pillar_team_ratio_1 {
    padding-top: 75%
}

.pillar.team_pillar .pillar_icon.pillar_team_ratio_2 {
    padding-top: 125%
}

.pillar.team_pillar .pillar_icon.pillar_team_ratio_3 {
    padding-top: 100%
}

.pillar.team_pillar .pillar_icon.pillar_team_ratio_3 .pillar_team_icon {
    border-radius: 200px
}

.pillar_team_icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.pillar_team_icon.pillar_filter_1 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.pillar_team_icon.bg_color_1 {
    background-blend-mode: screen
}

.pillar_team_linkedin {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
    display: block
}

.pillar_team_linkedin span {
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 30px;
    display: inline-block;
    background: url("../images/icons/social-icons/svg/white/linkedin.svg") no-repeat center;
    background-size: 22px 22px;
    transition: all 0s ease-in-out
}

.pillar_team_linkedin:hover span {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: all .5s ease-in-out
}

#pillars .pillar_content {
    position: relative;
    display: block;
    text-align: center
}

#pillars .pillar_content h2.pillar_title {
    text-align: center;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    padding-bottom: 1vw;
    font-size: 18px
}

@media (min-width: 1900px) {
    #pillars .pillar_content h2.pillar_title {
        padding-bottom:.8vw
    }
}

@media (max-width: 740px) {
    #pillars .pillar_content h2.pillar_title {
        padding-bottom:1.7vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #pillars .pillar_content h2.pillar_title {
        padding-bottom:2.6vw
    }
}

@media (min-width: 1900px) {
    #pillars .pillar_content h2.pillar_title {
        font-size:20px
    }
}

@media (max-width: 1024px) {
    #pillars .pillar_content h2.pillar_title {
        font-size:1.6vw
    }
}

@media (max-width: 800px) {
    #pillars .pillar_content h2.pillar_title {
        font-size:1.7vw
    }
}

@media (max-width: 740px) {
    #pillars .pillar_content h2.pillar_title {
        font-size:16px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #pillars .pillar_content h2.pillar_title {
        font-size:18px
    }
}

#pillars .pillar_content p.pillar_txt {
    text-align: center;
    font-size: 15px;
    line-height: 1.45em;
    margin: 0;
    padding: 0;
    overflow: hidden
}

@media (min-width: 1900px) {
    #pillars .pillar_content p.pillar_txt {
        font-size:17px
    }
}

@media (max-width: 1024px) {
    #pillars .pillar_content p.pillar_txt {
        font-size:1.3vw
    }
}

@media (max-width: 800px) {
    #pillars .pillar_content p.pillar_txt {
        font-size:1.4vw
    }
}

@media (max-width: 740px) {
    #pillars .pillar_content p.pillar_txt {
        font-size:14px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #pillars .pillar_content p.pillar_txt {
        font-size:15px
    }
}

.pillar.team_pillar .pillar_content {
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width: 1900px) {
    .pillar.team_pillar .pillar_content {
        padding-left:18px;
        padding-right: 18px
    }
}

@media (max-width: 740px) {
    .pillar.team_pillar .pillar_content {
        padding-left:2vw;
        padding-right: 2vw
    }
}

.pillar_contact {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 15px
}

@media (min-width: 1900px) {
    .pillar_contact {
        margin-top:20px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .pillar_contact {
        margin-top:20px
    }
}

.pillar_contact_i {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.pillar_contact_el {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-bottom: 6px;
    text-decoration: none;
    color: #000
}

@media (min-width: 1900px) {
    .pillar_contact_el {
        margin-bottom:8px
    }
}

.pillar_contact_el:hover {
    text-decoration: none
}

.pillar_contact_icon {
    margin-right: 7px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    font-size: 17px
}

@media (min-width: 1900px) {
    .pillar_contact_icon {
        font-size:22px
    }
}

@media (max-width: 1024px) {
    .pillar_contact_icon {
        font-size:15px
    }
}

@media (max-width: 740px) {
    .pillar_contact_icon {
        font-size:18px
    }
}

.pillar_contact_txt {
    font-weight: 300;
    text-align: left;
    line-height: 1.2em;
    font-size: 15px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (min-width: 1900px) {
    .pillar_contact_txt {
        font-size:17px
    }
}

@media (max-width: 1024px) {
    .pillar_contact_txt {
        font-size:14px
    }
}

@media (max-width: 800px) {
    .pillar_contact_txt {
        font-size:13px
    }
}

@media (max-width: 740px) {
    .pillar_contact_txt {
        font-size:15px
    }
}

.pillar_contact_txt:first-child {
    text-align: center
}

.pillar_btn_w {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center
}

.pillar_btn {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: white;
    background: black;
    font-weight: 400;
    margin-top: 1.7vw;
    padding: 0.7vw 1vw;
    font-size: 15px
}

@media (min-width: 1900px) {
    .pillar_btn {
        margin-top:1.4vw
    }
}

@media (max-width: 1024px) {
    .pillar_btn {
        margin-top:1.9vw
    }
}

@media (max-width: 740px) {
    .pillar_btn {
        margin-top:2.7vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .pillar_btn {
        margin-top:4.6vw
    }
}

@media (min-width: 1900px) {
    .pillar_btn {
        padding:0.55vw 1vw
    }
}

@media (max-width: 1024px) {
    .pillar_btn {
        padding:0.8vw 1.2vw
    }
}

@media (max-width: 740px) {
    .pillar_btn {
        padding:1.2vw 1.5vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .pillar_btn {
        padding:1.8vw 3.5vw
    }
}

@media (min-width: 1900px) {
    .pillar_btn {
        font-size:17px
    }
}

@media (max-width: 740px) {
    .pillar_btn {
        font-size:14px
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    .pillar_btn {
        font-size:15px
    }
}

.pillar_btn:hover {
    text-decoration: none
}

#page_pillars .team_pillars_category_title,.team_pillars_category_title {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 25px
}

#page_pillars .team_pillars_category_title_text,.team_pillars_category_title_text {
    text-align: center
}

#page_pillars .team_pillars_category:not(:first-child),.team_pillars_category:not(:first-child) {
    padding-top: 25px
}

#index_pillars {
    position: relative;
    display: block;
    margin-top: -140px;
    padding: 270px 0
}

@media (max-width: 740px) {
    #index_pillars {
        margin-top:-80px
    }
}

@media (min-width: 1900px) {
    #index_pillars {
        padding:330px 0
    }
}

@media (max-width: 1024px) {
    #index_pillars {
        padding:270px 0
    }
}

@media (max-width: 740px) {
    #index_pillars {
        padding:140px 0
    }
}

#index_pillars:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    clip-path: polygon(0 0, 100% 220px, 100% 100%, 0 calc(100% - 220px))
}

@media (max-width: 740px) {
    #index_pillars:before {
        clip-path:polygon(0 0, 100% 100px, 100% 100%, 0 calc(100% - 100px))
    }
}

#pillars .pillar {
    background-color: transparent;
    color: white
}

#pillars .pillar .pillar_icon:not(.pillar_team_icon_w) {
    width: 120px;
    height: 120px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 100px;
    padding: 0;
    margin: 0 auto 20px;
    background: rgba(0,0,0,0.1);
    overflow: hidden
}

@media (max-width: 1024px) {
    #pillars .pillar .pillar_icon:not(.pillar_team_icon_w) {
        width:8vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #pillars .pillar .pillar_icon:not(.pillar_team_icon_w) {
        width:22vw
    }
}

@media (max-width: 1024px) {
    #pillars .pillar .pillar_icon:not(.pillar_team_icon_w) {
        height:8vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #pillars .pillar .pillar_icon:not(.pillar_team_icon_w) {
        height:22vw
    }
}

#pillars .pillar .pillar_icon:not(.pillar_team_icon_w) img {
    margin-bottom: auto
}

#pillars .pillar .pillar_icon .material-icons {
    font-size: 65px
}

@media (max-width: 1024px) {
    #pillars .pillar .pillar_icon .material-icons {
        font-size:5vw
    }
}

@media (max-width: 480px),(max-device-width: 480px) and (orientation: portrait) {
    #pillars .pillar .pillar_icon .material-icons {
        font-size:12vw
    }
}

#pillars .pillar .pillar_content h2,#pillars .pillar .pillar_content p {
    color: white !important;
    letter-spacing: 0
}

#pillars .pillar .pillar_btn {
    background: none
}

#pillars .pillar .pillar_btn span:after {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: 9px;
    width: 10px;
    height: 10px;
    background: url("../images/icons/zanzibar/next.svg") no-repeat center;
    background-size: contain
}

#page_pillars.team_home_pillars {
    padding: 50px 0
}

#page_pillars #pillars .pillar {
    background-color: white;
    color: #535353
}

#page_pillars #pillars .pillar .pillar_icon:not(.pillar_team_icon_w) {
    background: rgba(0,0,0,0.1)
}

#page_pillars #pillars .pillar .pillar_content h2,#page_pillars #pillars .pillar .pillar_content p {
    color: #535353 !important;
    letter-spacing: 0
}

#page_pillars #pillars .pillar .pillar_btn {
    background: none;
    color: #535353
}

#page_pillars #pillars .pillar .pillar_btn span:after {
    background-image: url("../images/icons/zanzibar/nextblack.svg")
}

#pillars .team_pillar {
    background-color: transparent !important
}

#pillars .team_pillar .pillar_icon {
    border-radius: 0
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    #index_pillars {
        margin-top: 0;
        padding: 100px 0 200px !important
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 740px),(-ms-high-contrast: active) and (max-width: 740px) {
    #index_pillars {
        margin-top:0
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 1900px),(-ms-high-contrast: active) and (min-width: 1900px) {
    #index_pillars {
        padding:130px 0 230px !important
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px),(-ms-high-contrast: active) and (max-width: 1024px) {
    #index_pillars {
        padding:80px 0 160px !important
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 740px),(-ms-high-contrast: active) and (max-width: 740px) {
    #index_pillars {
        padding:80px 0 130px !important
    }
}

@supports (-ms-ime-align: auto) {
    #index_pillars {
        margin-top: 0;
        padding: 100px 0 200px !important
    }

    @media (max-width: 740px) {
        #index_pillars {
            margin-top:0
        }
    }

    @media (min-width: 1900px) {
        #index_pillars {
            padding:130px 0 230px !important
        }
    }

    @media (max-width: 1024px) {
        #index_pillars {
            padding:80px 0 160px !important
        }
    }

    @media (max-width: 740px) {
        #index_pillars {
            padding:80px 0 130px !important
        }
    }
}

#index_pillars .pillars__title {
    color: white
}

.text_color_1,.text_color_1 * {
    color: #000000 !important
}

.text_color_2,.text_color_2 * {
    color: #eb8d8d !important
}

.border_color_1 {
    border-color: #000000 !important
}

.border_color_2 {
    border-color: #eb8d8d !important
}

.bg_color_1 {
    background-color: #000000 !important
}

.before_bg_color_1:before {
    background-color: #000000 !important
}

.bg_color_2 {
    background-color: #eb8d8d !important
}

.overlay_color_1 {
    -webkit-filter: opacity(.5) drop-shadow(0 0 0 #000000);
    filter: opacity(.5) drop-shadow(0 0 0 #000000)
}

.text_color_1,.text_color_1 *,#a {
    color: #000000 !important
}

.text_color_2,.text_color_2 *,#gh,#index_intro_text p a,.immo_list_item:hover .immo_list_item_title h2 {
    color: #eb8d8d !important
}

#aaa {
    border-color: #000000 !important
}

.page_search_item:hover {
    border-color: #eb8d8d !important
}

#footer,#index_pillars:before,#page:before,#index_top_video,.event_form_c,.page_colored,#page_video:before,#page_gallery:before,.file_uploader_balk span,#immo_toggle_filters,#immo_show_results,.immo_module_house_picture_list_img div:before,#immo_module_contact,.immo_list_item:hover .immo_list_item_price,.immo_contact_page {
    background-color: #000000 !important
}

.button,#order_page button,#index_top_video_icon {
    background-color: #eb8d8d !important
}

#checks path,#video_play path {
    fill: #eb8d8d !important
}

.page_video_overlay:before {
    border-color: #eb8d8d !important
}

@font-face {
    font-family: 'Poiret One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../s/poiretone/v14/UqyVK80NJXN4zfRgbdfbo55cUg.ttf) format('truetype')
}

.titel-font,.custom_font {
    font-family: 'Poiret One', sans-serif !important;
    font-weight: 400 !important;
    text-transform: none !important;
    font-size: 1.2em !important
}
